RobotMCP
by manykarim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROBOTMCP_ATTACH_HOST | No | Attach bridge host (enables attach mode) | |
| ROBOTMCP_ATTACH_PORT | No | Attach bridge port | 7317 |
| ROBOTMCP_OUTPUT_MODE | No | Default get_session_state response mode: auto, full, delta | auto |
| ROBOTMCP_ATTACH_TOKEN | No | Shared auth token for attach bridge | change-me |
| ROBOTMCP_INSTRUCTIONS | No | Instruction mode: off, default, or custom | default |
| ROBOTMCP_MEMORY_MODEL | No | Embedding model for similarity search | potion-base-8M |
| ROBOTMCP_TOOL_PROFILE | No | Default tool profile: browser_exec, api_exec, discovery, minimal_exec, full | auto |
| ROBOTMCP_USE_SAMPLING | No | Enable LLM-powered scenario analysis: true, 1, yes | |
| ROBOTMCP_ATTACH_STRICT | No | Fail if bridge unreachable: 0 or 1 | 0 |
| ROBOTMCP_FRONTEND_HOST | No | Dashboard host | localhost |
| ROBOTMCP_FRONTEND_PORT | No | Dashboard port | 8001 |
| ROBOTMCP_ATTACH_DEFAULT | No | Attach routing mode: auto, force, off | auto |
| ROBOTMCP_FRONTEND_DEBUG | No | Django debug mode: 0 or 1 | 1 |
| ROBOTMCP_MEMORY_DB_PATH | No | SQLite database path for memory storage | ./robotmcp_memory.db |
| ROBOTMCP_MEMORY_ENABLED | No | Enable persistent semantic memory: true, 1, yes | |
| ROBOTMCP_PRE_VALIDATION | No | Enable element pre-validation before actions: 0 or 1 | 1 |
| ROBOTMCP_ENABLE_FRONTEND | No | Enable dashboard: 0 or 1 | 0 |
| ROBOTMCP_STARTUP_CLEANUP | No | Session cleanup on server start: auto, on, off | auto |
| ROBOTMCP_OUTPUT_VERBOSITY | No | Response detail level: compact, standard, verbose | standard |
| ROBOTMCP_INSTRUCTIONS_FILE | No | Path to custom instructions file | |
| ROBOTMCP_FRONTEND_BASE_PATH | No | URL base path prefix | / |
| ROBOTMCP_INSTRUCTIONS_TEMPLATE | No | Instruction template: minimal, standard, detailed, browser-focused, api-focused | standard |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/manykarim/rf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server