Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server mode: 'stdio' for Claude Desktop or 'http' for OpenAI/web integration | stdio |
| MCP_API_KEY | No | API key for authentication in HTTP mode (optional but recommended for production) | |
| MCP_HTTP_HOST | No | Host address for HTTP mode | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port number for HTTP mode | 3000 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| File Resource | Read a file by key |
| File List | List all available files |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| write_file | Write content to a file |
| delete_file | Delete a file |
| search_files | Search for files containing specific text |