Skip to content
Cursor

myai mcp for Cursor

io.github.myaitoken/myai-mcp

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

client:Cursor transport:stdio runtime:pypi

Install myai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

myai mcp in other clients