discourse-mcp-server

discourse-mcp-server

3.3

If you are the rightful owner of discourse-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Node.js server implementing Model Context Protocol (MCP) for Discourse search operation.

The Discourse MCP Server is a Node.js-based server that implements the Model Context Protocol (MCP) specifically for conducting search operations on a Discourse forum. It allows users to search for posts within a Discourse forum using the MCP protocol, providing a streamlined and efficient way to access forum data. The server can be deployed using Docker or NPX, making it versatile and easy to integrate into various environments. It is particularly useful for developers and administrators who need to perform search operations on Discourse forums programmatically.

Features

  • Search Posts on a Discourse forum using MCP protocol.

Tools

  1. search_posts

    Search posts on a Discourse forum. Input: query (string). Returns an array of post objects.