teamarr-mcp
by lukeeexd
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEAMARR_URL | No | Base URL of your Teamarr. | http://localhost:9195 |
| TEAMARR_API_KEY | No | Sent only if set. Teamarr has no API auth today; this is future-proofing. | |
| TEAMARR_MCP_HOST | No | HTTP transport bind address. | 0.0.0.0 |
| TEAMARR_MCP_PORT | No | HTTP transport port. The MCP endpoint is /mcp. | 8000 |
| TEAMARR_OPENAPI_PATH | No | Load the spec from this file instead of the live instance. | |
| TEAMARR_MCP_LOG_LEVEL | No | Logs go to stderr. | INFO |
| TEAMARR_MCP_READ_ONLY | No | Expose GET tools only. | false |
| TEAMARR_MCP_TRANSPORT | No | Transport method: 'http' or 'stdio'. | http |
| TEAMARR_API_KEY_HEADER | No | Header name used for the key. | X-API-Key |
| TEAMARR_MCP_EXCLUDE_PATHS | No | Comma-separated regexes; any API path matching one is never exposed, e.g. ^/api/v1/backup,/leagues/custom. | |
| TEAMARR_MCP_ENABLE_DESTRUCTIVE | No | Expose deletes, backup restores, channel reset, cache clears. | false |
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