MCP Flow
by bilgili
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | bind address | 127.0.0.1 |
| PORT | No | bind port | 8000 |
| DATA_DIR | No | registry, tokens, logs, caches | ./data |
| LOG_LEVEL | No | process log level | INFO |
| PUBLIC_URL | No | externally reachable base URL; else the request host | |
| SECRET_KEY | No | cookie signing key; else DATA_DIR/secret_key | |
| UV_CACHE_DIR | No | uvx cache | Docker: /data/cache/uv |
| COOKIE_SECURE | No | set 1 behind HTTPS | 0 |
| ADMIN_PASSWORD | No | clear-text admin password; hashed in memory at start | |
| npm_config_cache | No | npx cache | Docker: /data/cache/npm |
| ADMIN_PASSWORD_HASH | No | output of mcpflow hash-password; wins over ADMIN_PASSWORD | |
| CHILD_START_TIMEOUT | No | probe timeout in seconds | 60 |
| SESSION_TTL_SECONDS | No | session lifetime | 604800 |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues