1. Conduid
  2. Developer Tools
  3. Discourse
MCP server · Developer Tools

Discourse

An MCP server to search Discourse posts on a Discourse forum.

Unclaimed MIT last commit a year ago devtools
45Fair

Scored 4 days ago · breakdown

About Discourse

Discourse is an MCP server published by AshDevFr in the Developer Tools category: an MCP server to search Discourse posts on a Discourse forum. It has been installed 0 times through Conduid.

The repository has 5 stars and 5 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx discourse-mcp-server
Claude Code
claude mcp add discourse-mcp-server -- npx -y @ashdev/discourse-mcp-server
npx
npx -y @ashdev/discourse-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Discourse

Powered by Claude · Grounded in docs

I know everything about Discourse. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.2v1.0.2 · 10 Mar 2025Full Changelog**: https://github.com/AshDevFr/discourse-mcp-server/compare/v1.0.1...v1.0.2
v1.0.1v1.0.1 · 10 Mar 2025Full Changelog**: https://github.com/AshDevFr/discourse-mcp-server/compare/v1.0.0...v1.0.1
v1.0.0v1.0.0 · 10 Mar 2025Full Changelog**: https://github.com/AshDevFr/discourse-mcp-server/commits/v1.0.0

README

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 .

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About Discourse

How do I install Discourse?

Run npx discourse-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Discourse safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Discourse still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.