remus-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_TOKEN | No | Bearer token used to authenticate HTTP requests to the MCP server. Defaults to 'secret'. | secret |
| REMUS_HTTP_PORT | No | Host 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| create-requirement | Guide to create a requirement |
| analyze-traces | Analyze trace coverage |
| generate-documentation | Generate HTML/PDF |
| bulk-import | Bulk import XML |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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