Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for HTTP or WebSocket transport | 3000 |
| MCP_TRANSPORT | No | Transport method for MCP (stdio, http, websocket) | stdio |
| TAK_SERVER_URL | No | URL of your TAK server instance | |
| MCP_AUTH_ENABLED | No | Whether authentication is enabled for the MCP server | false |
| TAK_SERVER_API_TOKEN | No | API token for authentication with TAK server | |
| TAK_SERVER_CLIENT_KEY | No | Path to client key for TAK server authentication | |
| TAK_SERVER_CLIENT_CERT | No | Path to client certificate for TAK server authentication |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |