🏚️ Agent Tool Shed — CLI tools that replace MCP servers for AI agents. Same capabilities, fraction of the context, fully composable.
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"
]
}
}
}
Run in terminal:
claude mcp add agent-clis go run github.com/ruminaider/agent-clis@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-clis": {
"command": "go",
"args": [
"run",
"github.com/ruminaider/agent-clis@latest"
]
}
}
}