agent-clis

ruminaider/agent-clis
★ 2 stars Go 🤖 AI/LLM Updated today
🏚️ Agent Tool Shed — CLI tools that replace MCP servers for AI agents. Same capabilities, fraction of the context, fully composable.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-clis": {
      "command": "go",
      "args": [
        "run",
        "github.com/ruminaider/agent-clis@latest"
      ]
    }
  }
}