Skip to main content
Glama

Discourse MCP

by SamSaffron

discourse_search

Search content within Discourse forums to find relevant posts, topics, and categories using a specific query. Supports private content search and customizable result limits for precise information retrieval.

Instructions

Search site content.

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYesSearch query
with_privateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "max_results": { "maximum": 50, "minimum": 1, "type": "integer" }, "query": { "description": "Search query", "minLength": 1, "type": "string" }, "with_private": { "type": "boolean" } }, "required": [ "query" ], "type": "object" }

Other Tools from Discourse MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SamSaffron/discourse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server