HomeSecurity › Impri

Impri

Impri MCP server — human-in-the-loop approval inbox for AI agents

Official TypeScript CloudLocal
★ 5 stars Last pushed 2026-09-23 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @impri/mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "impri": {
      "command": "npx",
      "args": [
        "-y",
        "@impri/mcp@0.1.1"
      ],
      "env": {
        "IMPRI_API_KEY": "<YOUR_VALUE>",
        "IMPRI_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • IMPRI_API_KEY required secret — Impri API key (im_...). Get one at impri.dev or from your self-hosted server's first-run logs.
  • IMPRI_BASE_URL — Base URL of a self-hosted Impri server (e.g. http://localhost:8484). Defaults to the hosted cloud.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry