netbird-mcp
by daniel100097
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Listener host; Docker/Compose overrides to 0.0.0.0. | 127.0.0.1 |
| MCP_PORT | No | Listening port and Compose published port. | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio, sse, or http. Both network modes serve both /sse and /mcp endpoints. | stdio |
| MCP_AUTH_TOKEN | No | Shared bearer token for MCP clients. Required in network mode (sse or http). | |
| NETBIRD_API_URL | No | Management API base URL. | https://api.netbird.io/api |
| MCP_BIND_ADDRESS | No | Compose-only host interface for port publishing. | 127.0.0.1 |
| MCP_ALLOWED_HOSTS | No | Allowed request hostnames, without scheme or port. | localhost,127.0.0.1,[::1] |
| NETBIRD_API_TOKEN | Yes | NetBird API credential (required). | |
| NETBIRD_READ_ONLY | No | Set to true to remove all write tools; set to false to expose writes for enabled feature groups. | true |
| NETBIRD_ENABLE_DNS | No | Controls nameservers, settings, zones, and records. | true |
| NETBIRD_TIMEOUT_MS | No | Call timeout, up to 300000 ms. | 30000 |
| MCP_ALLOWED_ORIGINS | No | Exact comma-separated browser origins; requests without Origin are allowed. | |
| MCP_MAX_SSE_SESSIONS | No | Maximum simultaneous legacy SSE connections. | 100 |
| NETBIRD_ENABLE_PEERS | No | Controls peer information, accessible peers, updates, deletion, and jobs. | true |
| NETBIRD_ENABLE_USERS | No | Controls user listing, creation, updates, deletion, and current user. | true |
| NETBIRD_ENABLE_EVENTS | No | Controls audit, traffic, and reverse proxy access logs. | true |
| NETBIRD_ENABLE_GROUPS | No | Controls groups. | true |
| NETBIRD_ENABLE_ROUTES | No | Controls routes. | true |
| NETBIRD_ENABLE_ACCOUNTS | No | Controls account listing, updates, and deletion. | true |
| NETBIRD_ENABLE_NETWORKS | No | Controls networks, network resources, and routers. | true |
| NETBIRD_ENABLE_POLICIES | No | Controls access policies. | true |
| NETBIRD_ENABLE_SETUP_KEYS | No | Controls setup keys. | true |
| NETBIRD_ENABLE_PEER_CONTROL | No | Controls peer updates, deletion, and job creation; peer reads remain available. | true |
| NETBIRD_ENABLE_REVERSE_PROXY | No | Controls reverse proxy services, domains, clusters, tokens, and access logs. | true |
| NETBIRD_ENABLE_POSTURE_CHECKS | No | Controls posture checks. | true |
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