Skip to content
Cursor

FixYourDocs for Cursor

io.fixyourdocs/mcp-server

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

client:Cursor transport:stdio runtime:npm

Install FixYourDocs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fixyourdocs/mcp-server"
      ],
      "env": {
        "FIXYOURDOCS_HUB_URL": "<FIXYOURDOCS_HUB_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FixYourDocs in other clients