Discourse MCP Server
Perform search operations on Discourse forums.
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 .
İlgili Sunucular
IndieStack
Search and discover 130+ curated indie SaaS tools from your AI coding assistant
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
Campertunity
Search campgrounds around the world on campertunity, check availability, and provide booking links.
Unreal Engine Knowledge Graph
Search concept relationships in the Unreal Engine official documentation using a Neo4j-powered knowledge graph.
SearXNG Bridge
A bridge server for connecting to a SearXNG metasearch engine instance.
Bowlly Search
Search, analyze, and compare cat food products with ingredient- and nutrition-based tools.
YouTube Music MCP
Search and play tracks on YouTube Music via AI assistants.
Lancelot-MCP
A containerized MCP server for LanceDB vector search, featuring hybrid processing with Gemini and Ollama.
OpenStreetMap
Enhances LLMs with location-based services and geospatial data from OpenStreetMap.
Singapore Location Intelligence MCP
Provides real-time Singapore transport data and routing information.