D3vx

devops-infra MCP Server

Autonomous coding agent in your terminal — background vex tasks, 7-phase pipeline, live dashboard. Rust TUI inspired by Claude Code.

Verified
devops-infradevops-infra
3 views0 stars0 forksApache-2.0

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

Verified
Source
github-topic:mcp
Stars
0
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

OpenRouter

`openrouter`

Category

Commands

ollama

*none*

OpenAI

`openai`

xai

`XAI_API_KEY`

Groq

`groq`

Mistral

`mistral`

anthropic

`ANTHROPIC_API_KEY`

DeepSeek

`deepseek`

Provider

Value

build

plan

test

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/`):