MCP Server
MCP
io.intencion/mcp
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
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
By
Comments
Sign in to leave a comment