Agent API Gateway for Grok
io.github.zachdreamz/agent-api-gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
client:Grok
transport:stdio
runtime:npm
Install Agent API Gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-api-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<AGENT_API_KEY>",
"API_BASE_URL": "<API_BASE_URL>"
}
}
}
}
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