Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | Host for the MCP server | 0.0.0.0 |
MCP_PATH | No | Path for the MCP server endpoint (when using HTTP transports) | /mcp |
MCP_PORT | No | Port for the MCP server (when using HTTP transports) | 8000 |
MCP_DEBUG | No | Enable debug logging | true |
MCP_SSE_PATH | No | Path for SSE endpoint (when using SSE transport) | /sse |
MCP_TRANSPORT | No | Transport type: stdio, streamable-http, or sse | stdio |
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 |