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. |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/programinglive/dev-workflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server