Development Workflow MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the web dashboard (alternative to DEV_WORKFLOW_WEB_PORT). | |
| DEV_WORKFLOW_DB_URL | No | Connection string for MySQL or PostgreSQL (e.g., 'mysql://user:pass@host:port/db' or 'postgresql://user:pass@host:port/db'). Not required for SQLite. | |
| DEV_WORKFLOW_DB_PATH | No | Override path for the SQLite database file. Default: '<project>/.state/dev-workflow.db'. | |
| DEV_WORKFLOW_DB_TYPE | No | Database driver: 'sqlite' (default), 'mysql', or 'postgres'. | sqlite |
| DEV_WORKFLOW_USER_ID | No | Override the auto-generated user ID (e.g., set to your name/email). | |
| DEV_WORKFLOW_WEB_PORT | No | Port for the web dashboard. Falls back to PORT or auto-selection. | |
| DEV_WORKFLOW_STATE_FILE | No | Override the location of the workflow-state.json file. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues