mcp-agent-harness

akhilesh0503/mcp-agent-harness
★ 0 stars Python 🗄️ Database Updated today
Production MCP server + agent harness with 6-layer validation pipeline. Ollama/Claude, Redis budget tracking, PostgreSQL audit log, Prometheus + Grafana.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent-harness": {
      "command": "uvx",
      "args": [
        "mcp-agent-harness"
      ]
    }
  }
}

Or install with pip: pip install mcp-agent-harness

README Excerpt

A production-grade MCP server + agent harness built in Python. An LLM (Ollama/Claude) never calls tools directly — every tool call flows through a 6-layer validation and execution pipeline. ``` User Request │ FastAPI (harness) │ Claude / Ollama ──── returns tool_call JSON │ ┌──▼──────────────────────────────────┐