Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLARUM_EMAILNoYour Flarum email (alternative to username)
FLARUM_BASE_URLNoBase URL of the Flarum forumhttps://reverser.id
FLARUM_PASSWORDNoYour Flarum password
FLARUM_USERNAMENoYour Flarum username (alternative to email)
FLARUM_API_TOKENNoPre-generated API token (alternative to username/password)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tagsA

List every category/tag on the reverser.id forum with its numeric id, slug, and discussion count. Use the ids here when creating a discussion.

search_discussionsB

Full-text search discussions on the forum. Returns matching titles with id, author, and tags.

recent_discussionsB

List the most recently active discussions on the forum.

discussions_by_tagA

List discussions filed under a given tag (category), by tag slug — e.g. 'malware-analysis'.

get_discussionA

Fetch a discussion by id, including its posts rendered as plain text.

create_discussionA

Start a new discussion (requires REVERSER_API_TOKEN). Flarum needs at least one primary tag — pass tag ids from list_tags. Content is Markdown.

reply_to_discussionA

Post a reply to an existing discussion (requires REVERSER_API_TOKEN). Content is Markdown.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ReverserID/flarum-mcp'

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