Local-first-LLM-Agent-with-MCP-Tool-Orchestration

GunaTeja777/Local-first-LLM-Agent-with-MCP-Tool-Orchestration
★ 3 stars Go AI/LLM Updated 2d ago
A security-conscious, local-first LLM agent in Go powered by Ollama & Model Context Protocol (MCP). Features defense-in-depth sandboxing, tamper-evident audit logging, and MCP tool orchestration.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-first-llm-agen": {
      "command": "go",
      "args": [
        "run",
        "github.com/GunaTeja777/Local-first-LLM-Agent-with-MCP-Tool-Orchestration@latest"
      ]
    }
  }
}

Topics

ai-agentgollm-agentlocal-firstmcpmodel-context-protocolollamasandboxsecurity