Skip to content
Cursor

discourse mcp extended for Cursor

io.github.devzspy/discourse-mcp-extended

Discourse MCP server (stdio) with review-queue tools added. Fork of @discourse/mcp.

client:Cursor transport:stdio runtime:npm

Install discourse mcp extended in Cursor

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

{
  "mcpServers": {
    "discourse-mcp-extended": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@devzspy/discourse-mcp-extended"
      ]
    }
  }
}

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

discourse mcp extended in other clients