mcp-makefile-server
Related Servers
Alternatives to mcp-makefile-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to run predefined Makefile targets as MCP tools, with configurable allow/deny lists and environment variable restrictions, without granting shell or Docker access.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that exposes Makefile targets as callable tools for AI assistants, allowing Claude and similar models to execute Make commands with provided arguments.MIT
- AlicenseNot gradedqualityDmaintenanceExposes Just recipes as MCP tools, allowing AI assistants to discover and execute project commands defined in Justfiles.181MIT
- FlicenseAqualityCmaintenanceMCP server that exposes dev-tools make targets as AI-callable tools for end-to-end RHOSO-to-GPU-validated-VM bring-up.16-
- FlicenseNot gradedqualityDmaintenanceExposes a set of CLI tools (test generation, documentation generation, linting, test running, code search) to AI assistants via MCP, allowing them to perform these tasks through natural language.3-
- AlicenseBqualityCmaintenanceExposes your project's package.json scripts as MCP tools, allowing AI assistants to discover and execute npm/yarn/pnpm/bun scripts directly. Automatically detects your package manager and enables running scripts with optional arguments through natural language commands.5423MIT
TDQS
Scored across 12 tools
Most tools have distinct purposes, but 'check' is a composite that runs format, lint, type-check, and security-scan, which could cause agents to misuse it when only one subtask is needed. Additionally, 'test' and 'test-coverage' overlap; both run tests, with the latter adding coverage.
All tool names follow a consistent pattern: single verbs or hyphenated verb-noun compounds in lowercase (e.g., format, test-coverage, security-scan). No mixing of conventions like camelCase or snake_case.
With 12 tools, the server is well-scoped for a Python development workflow using Makefiles. The number covers essential tasks without being excessive or insufficient.
The tools cover the core development lifecycle: formatting, linting, type checking, security scanning, testing, and release management. Missing a build or deploy step, but these are often outside the scope of a Makefile server for development tasks.