Model Context Protocol (MCP) server that exposes the capabilities of the safe-ai-util tool to AI clients (Claude Desktop, Continue.dev, GitHub Copilot when available) over stdio.
- Bootstrap commit. Server implementation to follow.
- Safe, audited execution of common developer operations via
safe-ai-util:- Git (status/add/commit/push)
- Buf (lint/generate)
- Python workflows (venv/pip/pytest)
- Clear JSON schemas for tools
- Strong guardrails (timeouts, sanitized env, path validation)
python -m venv .venv
. .venv/bin/activate
pip install mcp
python -m safe_ai_util_mcp.serverClients can configure the MCP server with stdio transport and set COPILOT_AGENT_UTIL_BIN to the safe-ai-util binary path.