Skip to content
Zed

codemore for Zed

io.github.abhinavteja123/codemore

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

client:Zed transport:stdio runtime:npm

Install codemore in Zed

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

{
  "context_servers": {
    "codemore": {
      "command": "npx",
      "args": [
        "-y",
        "codemore"
      ]
    }
  }
}

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

codemore in other clients