stdio-to-HTTP MCP proxy for Grackle — bridges stdio-only MCP clients (Claude Desktop, Codex CLI, Clawpilot) to a Grackle HTTP MCP server using static API-key auth
{
"mcpServers": {
"grackle-aimcp-stdio": {
"command": "npx",
"args": [
"-y",
"@grackle-ai/mcp-stdio"
]
}
}
}