Devpipe MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| list_tasksA | Parse and list all tasks from a devpipe config.toml file. Shows task IDs, names, types, commands, and enabled status. |
| run_pipelineC | Execute devpipe with specified configuration and flags. Runs the development pipeline and returns results. |
| validate_configB | Validate one or more devpipe config.toml files for syntax and structure errors. |
| get_last_runC | Get results and metadata from the most recent devpipe run, including task results, duration, and success status. |
| view_run_logsC | Read logs from a specific task or the entire pipeline from the most recent run. |
| parse_metricsB | Parse JUnit or SARIF metrics from a devpipe run to analyze test results or security findings. |
| get_dashboard_dataC | Extract aggregated data from summary.json or the HTML dashboard, including overall run statistics and metrics. |
| check_devpipeB | Check if devpipe is installed and get version information. |
| list_tasks_verboseC | List tasks using devpipe list --verbose command. Shows task execution statistics and averages. |
| analyze_projectC | Analyze project directory to detect technologies and suggest missing tasks. |
| generate_taskB | Generate task configuration from template for a specific technology and task type. Use technology="phase" to create phase headers. |
| generate_ci_configC | Generate CI/CD configuration file (GitHub Actions or GitLab CI) from devpipe config. |
| create_configB | Create a complete config.toml file from scratch with auto-detected tasks based on project technologies. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze-config | Analyze the devpipe configuration and suggest improvements |
| debug-failure | Help debug why a specific task failed |
| optimize-pipeline | Suggest optimizations for the pipeline configuration |
| create-task | Help create a new task for a specific technology or tool |
| security-review | Review SARIF security findings and provide recommendations |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current devpipe configuration | Contents of config.toml |
| Task definitions | All task definitions from config.toml |
| Last run results | Results from the most recent pipeline run |
| Pipeline summary | Aggregated pipeline summary data |
| Configuration schema | JSON Schema for devpipe config.toml validation |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/drewkhoury/devpipe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server