mcp-agentlab

SAY-5/mcp-agentlab
★ 0 stars Go 🤖 AI/LLM Updated 5d ago
Go orchestrator + Python tool servers MCP-style agent framework: 8 tools over JSON-RPC stdio, schema validation, retry classification, OTel tracing
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-agentlab": {
      "command": "go",
      "args": [
        "run",
        "github.com/SAY-5/mcp-agentlab@latest"
      ]
    }
  }
}

README Excerpt

AI agent orchestration framework with MCP-style tool integrations. The Go orchestrator runs a multi-step agent loop against tool servers that speak JSON-RPC 2.0 over stdio. Every tool response is validated against a JSON Schema declared by the tool itself, retries are bounded with exponential backoff and an explicit transient-vs-permanent classifier, and every step

Tools (8)

calculateextract_jsonfile_readfile_writefinishhttp_getquery_dbsummarize

Topics

ai-agentsgolangmcporchestrationpython