Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | optional shell env override, default 127.0.0.1 | 127.0.0.1 |
| PORT | No | bind port, default 3000; loaded from optional .env by npm run dev and npm start | 3000 |
| MCP_PATH | No | optional shell env override, default /mcp | /mcp |
| ALLOWED_HOSTS | No | optional shell env override when binding beyond localhost |
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 | |