caseSHY/aicoreutils
Related Servers
Alternatives to caseSHY/aicoreutils
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server that lets AI models invoke CLI agents (Gemini, Codex, Claude, OpenCode) as tools — with parallel execution, retries, and structured output parsing.54MIT
- AlicenseNot gradedqualityDmaintenanceA lightweight, stdio-based MCP server enabling AI assistants to perform local file system operations like reading, writing, searching, and executing commands.2,994 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides MCP servers that wrap common developer tools (git, npm, docker, etc.) returning structured JSON output, enabling AI agents to reliably interact with these tools without parsing fragile terminal text.7 npm138MIT
- AlicenseAqualityFmaintenanceAdvanced shell command execution for AI agents — a Model Context Protocol (MCP) server with security policy engine, process lifecycle management, bounded output capture, POSIX signals, and token-efficient responses.62Creative Commons Attribution Non Commercial 4.0 International
- AlicenseNot gradedqualityCmaintenanceUniversal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.MIT
- FlicenseBqualityDmaintenanceA config-driven, zero-dependency MCP server with plugin architecture that enables filesystem operations, shell commands, HTTP requests, and utilities through simple JSON configuration.31-
TDQS
Scored across 100 tools
Tools are mostly distinct with clear descriptions, but there is slight overlap among hash tools (b2sum, sha256sum, hash) and file listing tools (ls, dir, vdir) that could cause minor confusion. Overall, each tool has a unique primary purpose.
Most tools follow a single lowercase word naming convention (e.g., cat, sort, mkdir), but there are deviations like 'tool-list' and 'b2sum' that break the pattern. The verb_noun convention is absent, but the naming is predictable within the context of a coreutils clone.
With 100 tools, the server is extremely over-scoped for an MCP server. Even though coreutils itself has many commands, exposing all of them as individual MCP tools creates an unwieldy surface that overwhelms agents and is far beyond the typical 3-15 tool range.
The tool surface is remarkably comprehensive for a coreutils server, covering file operations, text processing, system info, hashing, and process control. There are no obvious gaps given the domain; even standard commands like 'yes' and 'whoami' are missing but not critical. The set provides complete coverage for common CLI tasks.