← Back to Plugins
MCP Server MCP

Impri

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...