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 .
संबंधित सर्वर
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API.
Crypto News MCP Server
Provides real-time cryptocurrency news for AI agents using the NewsData.io API.
302AI Web Search
A web search server powered by the 302.AI API.
Japan postalcode MCP
An MCP server for searching Japanese postal codes.
MCP Deep Research
Performs deep web searches for information using the Tavily API.
Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
Research Task
An AI-powered research assistant that can investigate any topic using an interactive configuration wizard.
MCP Tavily
Advanced web search and content extraction using the Tavily API.
Erick Wendel Contributions
Query Erick Wendel's contributions, including talks, blog posts, and videos, using natural language.
Perplexity Search
Access the Perplexity search API for real-time information and answers.