Skip to content
Zed

FixYourDocs for Zed

io.fixyourdocs/mcp-server

File structured docs-feedback reports to the FixYourDocs hub via a file_doc_feedback tool.

client:Zed transport:stdio runtime:npm

Install FixYourDocs 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fixyourdocs/mcp-server"
      ],
      "env": {
        "FIXYOURDOCS_HUB_URL": "<FIXYOURDOCS_HUB_URL>"
      }
    }
  }
}

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

FixYourDocs in other clients