Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host address | localhost |
| MCP_ONLY | No | Run in MCP-only mode (true) or include REST API (false) | |
| MCP_PORT | No | Server port number | 3000 |
| LOG_LEVEL | No | Logging level | INFO |
| BRAVE_API_KEY | No | Your Brave API key for web search | |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| MCP_AUTH_ENABLED | No | Enable authentication | true |
| MCP_CORS_ORIGINS | No | Comma-separated list of allowed CORS origins | http://localhost:3000,http://localhost:5173 |
| MAX_CONTENT_LENGTH | No | Maximum content length for extraction | 500000 |
| MAX_CONCURRENT_REQUESTS | No | Maximum number of concurrent requests | 5 |
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 | |