Discourse MCP Server
Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.
Features
- Search Posts on a Discourse forum using MCP protocol.
API
Tools
- search_posts
- Search posts on a Discourse forum
- Input:
query(string) - Returns an array of post objects
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
Docker
{
"mcpServers": {
"discourse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "DISCOURSE_API_URL=https://try.discourse.org",
"-e", "DISCOURSE_API_KEY=1234",
"-e", "DISCOURSE_API_USERNAME=ash",
"ashdev/discourse-mcp-server"
]
}
}
}
NPX
{
"mcpServers": {
"discourse": {
"command": "npx",
"args": [
"-y",
"@ashdev/discourse-mcp-server"
],
"env": {
"DISCOURSE_API_URL": "https://try.discourse.org",
"DISCOURSE_API_KEY": "1234",
"DISCOURSE_API_USERNAME": "ash"
}
}
}
}
Build
Docker build:
docker build -t ashdev/discourse-mcp-server .
Recommend MCP Servers 💡
@joshuarileydev/simulator-mcp-server
A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.
jfx
An MCP server built with Quarkus and JavaFX, enabling LLMs to generate drawings using JavaFX primitives.
mckinsey/vizro
A MCP server that helps create Vizro dashboards and charts with LLMs.
webhook-mcp
A Model Context Protocol (MCP) server that sends webhook notifications when called.
jmeter
✨ JMeter Meets AI Workflows: Introducing the JMeter MCP Server! 🤯
mcp-helmfile
A FastMCP server for executing Helmfile commands through MCP, providing a standardized interface for managing Helmfile operations.