Modern CLI MCP
104+ modern CLI tools for AI/LLM agents via MCP
104+ Tools
Filesystem, Git, containers, Kubernetes, and more
15 Toolsets
Dynamic on-demand activation
.agentignore
Control file access per project
JSON Output
Optimized for AI/LLM consumption
Portable
AppImage or Nix - all deps bundled
Quick Start
1. Install via script:
curl -fsSL https://raw.githubusercontent.com/NacoSolutions/modern-cli-mcp/main/install.sh | sh
2. Add to MCP config:
{
"mcpServers": {
"modern-cli": {
"command": "~/.local/bin/modern-cli-mcp",
"args": []
}
}
}
Add to MCP config (requires Nix):
{
"mcpServers": {
"modern-cli": {
"command": "nix",
"args": ["run", "github:NacoSolutions/modern-cli-mcp", "--"]
}
}
}
How It Works
1
Install
Run install script or use Nix
2
Configure
Add JSON to your MCP client
3
Ready
104+ tools available immediately