Strategic Agent Reasoning MCP for Grok
io.github.putervision/agent-reasoning-mcp
Strategic BDI reasoning engine for autonomous AI agents — goals, utility, and replanning.
client:Grok
transport:stdio
runtime:npm
Install Strategic Agent Reasoning MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-reasoning-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/agent-reasoning-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs