Loading MCP server directory, please wait...
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
npx @getmcp/cli add io.intencion/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
INTENCION_API_KEYYour Intencion read key (starts with in_pk_).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.intencion/mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "",
"INTENCION_BASE_URL": ""
}
}
}
}