Skip to content
Windsurf

myai mcp for Windsurf

io.github.myaitoken/myai-mcp

Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI

client:Windsurf transport:stdio runtime:pypi

Install myai mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "myai-mcp": {
      "command": "uvx",
      "args": [
        "myai-mcp"
      ],
      "env": {
        "MYAI_API_KEY": "<MYAI_API_KEY>",
        "MYAI_BASE_URL": "<MYAI_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

myai mcp in other clients