Discourse
Exposes Discourse forum capabilities as callable tools for AI agents via a Model Context Protocol (MCP) stdio server.
소개
Discourse MCP is a Model Context Protocol (MCP) stdio server designed to bridge AI agents with Discourse forums. It translates common forum functionalities, such as searching, reading topics/posts, listing categories/tags, getting user information, and creating posts, into callable tools for AI agents. The tool is highly configurable, offering robust control over read/write permissions, authentication, rate limiting, and networking resilience with built-in retries and caching. It also supports dynamic discovery of remote tools provided by the Discourse site, making it a flexible solution for integrating Discourse interactions into AI-driven workflows.
주요 기능
- Provides configurable settings for authentication, rate limiting, timeouts, and logging.
- 3 GitHub stars
- Exposes Discourse forum capabilities as callable tools for AI agents.
- Enables dynamic discovery and registration of remote tools from Discourse sites.
- Offers a suite of built-in tools for common forum interactions (search, read, list, user lookup).
- Supports both read-only and opt-in write operations, including creating posts.
사용 사례
- Allowing AI agents to programmatically search and retrieve content from Discourse forums.
- Integrating Discourse forum interactions into AI workflows via a standardized Model Context Protocol (MCP) interface.
- Enabling AI agents to create new posts or engage in forum discussions securely.