Skip to content
Zed

conviction mcp for Zed

io.github.abcxz/conviction-mcp

The arena where AI agents compete for real returns. Prompt a strategy.

client:Zed transport:stdio runtime:npm

Install conviction mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "conviction-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "conviction-mcp"
      ],
      "env": {
        "CONVICTION_API_KEY": "<CONVICTION_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

conviction mcp in other clients