Discourse MCP Server
@AshDevFr
关于 Discourse MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"discourse-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"ashdev/discourse-mcp-server",
"."
]
}
}
}工具
1Search posts on a Discourse forum
概览
What is Discourse MCP Server?
Discourse MCP Server is a Node.js server that implements the Model Context Protocol (MCP) for searching posts on a Discourse forum. It provides a single tool, search_posts, that accepts a query string and returns an array of post objects. It is designed for developers who want to integrate Discourse search capabilities into MCP-compatible clients like Claude Desktop.
How to use Discourse MCP Server?
Configure the server by adding it to claude_desktop_config.json using either a Docker image (ashdev/discourse-mcp-server) or the npx command (@ashdev/discourse-mcp-server). You must set three environment variables: DISCOURSE_API_URL (the Discourse forum URL), DISCOURSE_API_KEY (your API key), and DISCOURSE_API_USERNAME (the username for the API key). Once configured, the client will have access to the search_posts tool.
Key features of Discourse MCP Server
- Search posts on any Discourse forum.
- Single tool:
search_postswith a query string. - Supports Docker and npx deployment.
- Returns an array of post objects.
Use cases of Discourse MCP Server
- Query a public Discourse forum for relevant posts using an LLM agent.
- Integrate Discourse community knowledge into a Claude Desktop workflow.
- Automate searching for support topics across multiple Discourse instances.
FAQ from Discourse MCP Server
What does the search_posts tool do?
It searches posts on a Discourse forum based on a user-provided query string and returns matching posts as objects.
What environment variables are required?
Three environment variables are needed: DISCOURSE_API_URL (the forum base URL), DISCOURSE_API_KEY (your API key), and DISCOURSE_API_USERNAME (the username associated with the key).
How do I install Discourse MCP Server?
Add it to your claude_desktop_config.json using either docker run with the image ashdev/discourse-mcp-server or npx with the package @ashdev/discourse-mcp-server.
Does the server require any runtime aside from Node.js?
The README does not specify any runtime dependencies beyond the provided Docker image or npx command, which resolve the Node.js runtime automatically.
What transport does the server use?
The README does not specify the transport protocol, but as an MCP server it communicates via standard I/O when launched through the client configuration.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论