Stdio_MCP

Standard I/O implementation for clients that prefer local process spawning.

json
{
"mcpServers": {
"ag3n7-store": {
"command": "node",
"args": ["/absolute/path/to/agent_store_backend/dist/mcp/server.js"],
"env": {
"AGENT_STORE_API_BASE_URL": "https://ag3n7.store/v1/agent",
"AGENT_STORE_AGENT_API_KEY": "ask_live_xxxxx.yyyyy"
}
}
}
}