discourse mcp extended for Cline
io.github.devzspy/discourse-mcp-extended
Discourse MCP server (stdio) with review-queue tools added. Fork of @discourse/mcp.
client:Cline
transport:stdio
runtime:npm
Install discourse mcp extended in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"discourse-mcp-extended": {
"command": "npx",
"args": [
"-y",
"@devzspy/discourse-mcp-extended"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs