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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
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"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add local-first-llm-agen go run github.com/GunaTeja777/Local-first-LLM-Agent-with-MCP-Tool-Orchestration@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"local-first-llm-agen": {
"command": "go",
"args": [
"run",
"github.com/GunaTeja777/Local-first-LLM-Agent-with-MCP-Tool-Orchestration@latest"
]
}
}
}
📋 Copy