Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) for Cursor
io.global-chat/mcp-server
x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.
client:Cursor
transport:stdio
runtime:npm
Install Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@globalchatadsapp/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs