Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host address | localhost |
| DB_NAME | No | Database name | programs |
| DB_PORT | No | Database port | 3306 |
| DB_USER | No | Database username | root |
| DB_PASSWORD | No | Database password | passwd |
| MCP_ROOTDIR | No | Root directory path for MCP file operations | /path/to/rootdir |
| MCP_ALLOWWRITE | No | Whether to allow write operations | false |
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 | |