Skip to content
Cline

Impri for Cline

io.github.sekera-radim/impri

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

client:Cline transport:stdio runtime:npm

Install Impri in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "impri": {
      "command": "npx",
      "args": [
        "-y",
        "@impri/mcp"
      ],
      "env": {
        "IMPRI_API_KEY": "<IMPRI_API_KEY>",
        "IMPRI_BASE_URL": "<IMPRI_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Impri in other clients