Node.js MCP server enabling search of posts on Discourse forums via Model Context Protocol, supporting easy integration through Docker and NPX with API key authentication.
Unlock the full potential of Discourse MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.
query
(string)Add this to your claude_desktop_config.json
:
{ "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" ] } } }
{ "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" } } } }
Docker build:
docker build -t ashdev/discourse-mcp-server .
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!