agents

agynio/agents
★ 0 stars Go File System Updated today
Teams service (Go) — control-plane gRPC service managing team resources (agents, tools, MCP servers, workspace configs, memory buckets, attachments)
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": {
    "agents": {
      "command": "go",
      "args": [
        "run",
        "github.com/agynio/agents@latest"
      ]
    }
  }
}

README Excerpt

The Agents service manages agent resources such as agents, tools, workspaces, MCP servers, memory buckets, variables, and attachments. Architecture: [Agents](https://github.com/agynio/architecture/blob/main/architecture/agents.md) Full setup: [Local Development](https://github.com/agynio/architecture/blob/main/architecture/operations/local-development.md)