Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTH_TOKENNoBearer token used to authenticate HTTP requests to the MCP server. Defaults to 'secret'.secret
REMUS_HTTP_PORTNoHost port for the Streamable HTTP/SSE transport. Defaults to 3000.3000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_projectC

Open a .rem project file

close_projectC

Close a project

list_projectsB

List open projects

rem_listC

List entities of a type

rem_getC

Get entity by oid

rem_createD

Create entity

rem_updateD

Update entity

rem_deleteC

Delete entity

trace_addD

Add trace

trace_removeC

Remove trace

get_tracesC

Get traces for oid

trace_matrixD

Trace matrix

validate_projectD

Validate project

export_xmlD

Export XML

import_xmlD

Import XML

render_htmlC

Render HTML/PDF via Wine msxml3

project_createC

Create new project from template

project_cloneC

Clone project

undo_lastC

Undo last mutation

get_change_logD

Get change log

Prompts

Interactive templates invoked by user choice

NameDescription
create-requirementGuide to create a requirement
analyze-tracesAnalyze trace coverage
generate-documentationGenerate HTML/PDF
bulk-importBulk import XML

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/christianmz565/remus-mcp'

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