Impri for Cursor
io.github.sekera-radim/impri
Impri MCP server — human-in-the-loop approval inbox for AI agents
client:Cursor
transport:stdio
runtime:npm
Install Impri in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"impri": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@impri/mcp"
],
"env": {
"IMPRI_API_KEY": "<IMPRI_API_KEY>",
"IMPRI_BASE_URL": "<IMPRI_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs