Discourse for your agents.
Connect Discourse once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Discourse.
What agents can do with Discourse
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
discourse_list_categoriesList all forum categories with their description and position.
discourse_list_topicsList topics from a specific category, ordered by activity.
discourse_list_latest_topicsList the latest topics across all categories.
discourse_get_postGet a single post by its numeric id.
discourse_create_postCreate a new topic or reply in a category.
discourse_get_topicFetch a single topic by its numeric id. Returns posts, details, and metadata.
discourse_searchSearch Discourse for topics, posts, users, and categories. `q` is the search query supporting Discourse's search syntax.
discourse_get_userFetch a user's public profile by username.
discourse_list_notificationsList notifications for the authenticated user. `filter` can limit the type (mentioned, replied, liked, etc.).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to your Discourse instance admin panel, then Settings > API.
- Generate an API key and note the system username to use with it.
- Enter your instance URL, API key, and the API username.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Discourse to Even: call connect_begin("discourse") on the even-connect MCP and walk me through it.
List forum topics in a Discourse category and create new posts with community discussions.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.