Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| MCP_USER_AGENT | No | Custom User-Agent for website fetching | |
| MCP_SERVER_HOST | No | Host to bind the server to | 0.0.0.0 |
| MCP_SERVER_PORT | No | Port to run the server on | 8000 |
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 |
|---|---|
| mcp_fetch | Fetches a website and returns its content |
| mood | Ask the server about its mood - it's always happy! |