Skip to main content

VS Code + Continue

Continue supports local MCP servers only. For remote server access, use VS Code Copilot or another client with remote support.

Local Server

Add to your Continue configuration (~/.continue/config.json):
{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "@easynodexyz/mcp-x402"]
        }
      }
    ]
  }
}

After Configuration

Restart VS Code to load the MCP server through Continue.