Catalog
MCP
Officialby intencion
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
Debug AI agent failures by identifying which intent fails and why.
README not available yet.
Install
Configuration
Environment variables
INTENCION_API_KEYrequiredsecretYour Intencion read key (starts with in_pk_).
INTENCION_BASE_URLIntencion API base URL. Defaults to https://intencion.io; override for a self-hosted instance.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp@0.1.1"
],
"env": {
"INTENCION_API_KEY": "<YOUR_INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<YOUR_INTENCION_BASE_URL>"
}
}
}
}