Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| allow_write | No | Enables write operations. By default, the server uses a read-only whitelist security model. Use 'true' to enable data modification capabilities. | |
| single_project | No | Limits the MCP server to a single DDEV project. All tools will automatically target this project, and project selection parameters will be hidden. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ddev_composer_command | Run a Composer command in the DDEV project |
| ddev_db_query | Execute a SQL query on the DDEV database |
| ddev_exec_command | Execute a command inside the DDEV web service |
| ddev_list_projects | List all DDEV projects with their status and information |
| ddev_project_status | Get the current status and configuration of a DDEV project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current Project Info | Information about the current/default DDEV project context |
| DDEV Configuration | Current DDEV project configuration |