Agent API Gateway for Cursor
io.github.zachdreamz/agent-api-gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
client:Cursor
transport:stdio
runtime:npm
Install Agent API Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs