Skip to content

context first mcp for Zed

io.github.xjtlumedia/context-first-mcp

37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.

client:Zed transport:stdio runtime:npm

Install context first mcp in Zed

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

{
  "context_servers": {
    "context-first-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "context-first-mcp"
      ]
    }
  }
}

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

context first mcp in other clients