devops-infra MCP Server
Autonomous coding agent in your terminal — background vex tasks, 7-phase pipeline, live dashboard. Rust TUI inspired by Claude Code.
Discovered via github-topic:mcp and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
`openrouter`
Commands
*none*
`openai`
`XAI_API_KEY`
`groq`
`mistral`
`ANTHROPIC_API_KEY`
`deepseek`
Value
plan
review>` (which can auto-route). ## Configuration ``` ~/.d3vx/config.yml # global .d3vx/config.yml # per-project override .d3vx/project.md # project context for the agent .d3vx/plans/*.md # autonomous plan files ~/.d3vx/d3vx.db # SQLite (tasks, sessions, tools) ~/.d3vx/daemon-status.json # live daemon heartbeat ``` **Budget enforcement example:** ```yaml budget: per_session: 5.00 per_day: 50.00 warn_at: 0.8 pause_at: 1.0 enabled: true ``` **Model Context Protocol (MCP) servers:** ```yaml mcp: servers: sqlite: command: "npx" args: ["-y", "@modelcontextprotocol/server-sqlite", "--db", "/path/to.db"] ``` ## Architecture Top-level modules (all in `src/`):