Skip to content
Zed

Recolx MCP for Zed

io.github.uzqw/recolx-mcp

Read-only access to your Recolx recordings, transcripts and templates (stdio)

client:Zed transport:stdio runtime:npm

Install Recolx MCP in Zed

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

{
  "context_servers": {
    "recolx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@uzqw/mcp"
      ]
    }
  }
}

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

Recolx MCP in other clients