Skip to main content
Glama
programinglive

Development Workflow MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the web dashboard (alternative to DEV_WORKFLOW_WEB_PORT).
DEV_WORKFLOW_DB_URLNoConnection 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_PATHNoOverride path for the SQLite database file. Default: '<project>/.state/dev-workflow.db'.
DEV_WORKFLOW_DB_TYPENoDatabase driver: 'sqlite' (default), 'mysql', or 'postgres'.sqlite
DEV_WORKFLOW_USER_IDNoOverride the auto-generated user ID (e.g., set to your name/email).
DEV_WORKFLOW_WEB_PORTNoPort for the web dashboard. Falls back to PORT or auto-selection.
DEV_WORKFLOW_STATE_FILENoOverride 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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