Footprintjs
Freeby MCP Community
Explainable backend flows — automatic causal traces, decision evidence, and MCP tool generation for AI agents
v4.11.0Added Apr 12, 2026
explainabilityxaiai-agentmcpdecision-engine
Footprintjs MCP Server
Explainable backend flows — automatic causal traces, decision evidence, and MCP tool generation for AI agents
Installation
npx -y footprintjs
Reviews
Installation
Quick install
npx -y footprintjs
Add to claude_desktop_config.json
{
"mcpServers": {
"footprintjs": {
"command": "npx",
"args": ["-y", "footprintjs"]
}
}
}