Impri
Rank #5,397io.github.sekera-radim/impri
Impri MCP server — human-in-the-loop approval inbox for AI agents
Impri is a Model Context Protocol (MCP) server published by sekera-radim. It ranks #5,397 of 132,113 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Impri is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 126,716 of 132,113 servers on MCP Toplist.
Use Impri
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add impri -e "IMPRI_API_KEY=<your IMPRI_API_KEY>" -e "IMPRI_BASE_URL=<your IMPRI_BASE_URL>" -- npx -y @impri/mcpReplace each placeholder with your own value before saving.
[mcp_servers.impri]
command = "npx"
args = ["-y", "@impri/mcp"]
[mcp_servers.impri.env]
IMPRI_API_KEY = "<your IMPRI_API_KEY>"
IMPRI_BASE_URL = "<your IMPRI_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"impri": {
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<your IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<your IMPRI_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"impri": {
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<your IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<your IMPRI_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"impri": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<your IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<your IMPRI_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"impri": {
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<your IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<your IMPRI_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"impri": {
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<your IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<your IMPRI_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sekera-radim%2Fimpri)<a href="https://mcptoplist.com/server/io.github.sekera-radim%2Fimpri"><img src="https://mcptoplist.com/badge/io.github.sekera-radim%2Fimpri.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
sekera-radim
Other servers by sekera-radim
View all sekera-radim servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Impri?
- Impri is maintained by sekera-radim, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Impri listed on the Official MCP Registry?
- Yes — Impri is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Impri have?
- MCP Toplist tracks 1 version of Impri, most recently published on Jul 12, 2026.
- Where can I find the source code for Impri?
- The source code for Impri is hosted at github.com/sekera-radim/impri.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.