Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server (e.g., info, debug, error). | |
| MCP_TEST_MODE | No | Set to 'true' to enable test mode for development. | |
| MCP_CONDUCTOR_WORKSPACE | No | The Claude workspace directory. This is auto-detected from system-specific Claude configuration paths if not provided. | |
| MCP_CONDUCTOR_PROJECT_DIR | No | The project directory. This is auto-detected from common development paths (like ~/Projects, ~/Code, etc.) if not provided. |
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 | |