MCP Server
MCP
Impri
Impri MCP server — human-in-the-loop approval inbox for AI agents
Install
npx -y @impri/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@impri/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Impri API key (im_...). Get one at impri.dev or from your self-hosted server's first-run logs.",
"isRequired": true,
"isSecret": true,
"name": "IMPRI_API_KEY"
},
{
"description": "Base URL of a self-hosted Impri server (e.g. http://localhost:8484). Defaults to the hosted cloud.",
"name": "IMPRI_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment