概要
Discourse MCP is a Model Context Protocol (MCP) server designed to bridge AI agents with Discourse forum functionalities. It allows AI agents to interact with Discourse sites by exposing a set of well-defined tools for tasks such as searching, reading topics and posts, managing categories and tags, and even creating new posts, categories, or users. The server prioritizes safety with default read-only mode and safeguarded write operations, which are opt-in and rate-limited. It offers flexible configuration through command-line flags, profile files, and can dynamically discover additional remote tools exposed by Discourse sites, making it a robust solution for integrating AI into community management and interaction.
主な機能
- Provides built-in tools for common forum interactions like search, read, list, and create.
- Exposes Discourse forum capabilities as AI agent tools.
- Flexible configuration via CLI flags or a dedicated profile file.
- Supports configurable read-only and safeguarded write operations.
- Dynamically discovers remote tools from target Discourse sites.
- 15 GitHub stars
ユースケース
- Automating forum moderation and content creation tasks through AI workflows.
- Empowering AI agents to interact with and extract information from Discourse forums.
- Integrating Discourse site capabilities directly into AI-powered applications and assistants.