Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tasks

Parse and list all tasks from a devpipe config.toml file. Shows task IDs, names, types, commands, and enabled status.

run_pipeline

Execute devpipe with specified configuration and flags. Runs the development pipeline and returns results.

validate_config

Validate one or more devpipe config.toml files for syntax and structure errors.

get_last_run

Get results and metadata from the most recent devpipe run, including task results, duration, and success status.

view_run_logs

Read logs from a specific task or the entire pipeline from the most recent run.

parse_metrics

Parse JUnit or SARIF metrics from a devpipe run to analyze test results or security findings.

get_dashboard_data

Extract aggregated data from summary.json or the HTML dashboard, including overall run statistics and metrics.

check_devpipe

Check if devpipe is installed and get version information.

list_tasks_verbose

List tasks using devpipe list --verbose command. Shows task execution statistics and averages.

analyze_project

Analyze project directory to detect technologies and suggest missing tasks.

generate_task

Generate task configuration from template for a specific technology and task type. Use technology="phase" to create phase headers.

generate_ci_config

Generate CI/CD configuration file (GitHub Actions or GitLab CI) from devpipe config.

create_config

Create a complete config.toml file from scratch with auto-detected tasks based on project technologies.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-configAnalyze the devpipe configuration and suggest improvements
debug-failureHelp debug why a specific task failed
optimize-pipelineSuggest optimizations for the pipeline configuration
create-taskHelp create a new task for a specific technology or tool
security-reviewReview SARIF security findings and provide recommendations

Resources

Contextual data attached and managed by the client

NameDescription
Current devpipe configurationContents of config.toml
Task definitionsAll task definitions from config.toml
Last run resultsResults from the most recent pipeline run
Pipeline summaryAggregated pipeline summary data
Configuration schemaJSON Schema for devpipe config.toml validation

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/drewkhoury/devpipe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server