1. search_posts
Search posts on a Discourse forum.
Node.js MCP server for Discourse forum search operations, enabling AI assistants to search and retrieve posts through the Model Context Protocol with simple API integration.
{
"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"
}
}
}
}