Skip to content
VS Code

Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) for VS Code

io.global-chat/mcp-server

x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.

client:VS Code transport:stdio runtime:npm

Install Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@globalchatadsapp/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) in other clients