mcp-coordinator
by swoofer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (also serves MQTT-over-WebSocket on /mqtt) | 3100 |
| NODE_ENV | No | Set to 'development' for pretty logs | |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| MAX_QUOTA_PCT | No | Pre-flight abort threshold for Anthropic quota | 95 |
| COORDINATOR_DATA_DIR | No | Directory for the SQLite database | ~/.mcp-coordinator/data |
| COORDINATOR_REPO_ROOT | No | Repository root path for git co-change history (layer 4 scoring) | |
| COORDINATOR_AUTH_ENABLED | No | Enable Phase 1 JWT authentication | false |
| COORDINATOR_MQTT_TCP_PORT | No | TCP port for the embedded broker | 1883 |
| COORDINATOR_OAUTH_ENABLED | No | Enable Phase 2 OAuth | false |
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/swoofer/mcp-coordinator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server