Skip to content

jdfalk/safe-ai-util-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safe-ai-util-mcp

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.

Status

  • Bootstrap commit. Server implementation to follow.

Goals

  • 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)

Quick start (planned)

python -m venv .venv
. .venv/bin/activate
pip install mcp
python -m safe_ai_util_mcp.server

Clients can configure the MCP server with stdio transport and set COPILOT_AGENT_UTIL_BIN to the safe-ai-util binary path.

About

MCP server for safe-ai-util - exposes AI-safe command execution tools via ModelContext Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages