← Back to Plugins
MCP Server MCP

io.intencion/mcp

github By github 👁 3 views ▲ 0 votes

Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.

Homepage Verified source GitHub

Install

npx -y @intencion/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@intencion/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Intencion read key (starts with in_pk_).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INTENCION_API_KEY"
        },
        {
          "description": "Intencion API base URL. Defaults to https://intencion.io; override for a self-hosted instance.",
          "format": "string",
          "name": "INTENCION_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...