makefile-mcp

wdm0006/makefile-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server that exposes Makefile targets as executable tools for AI assistants.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "makefile-mcp": {
      "command": "uvx",
      "args": [
        "makefile-mcp"
      ]
    }
  }
}

Or install with pip: pip install makefile-mcp

README Excerpt

A Model Context Protocol (MCP) server that exposes Makefile targets as executable tools for AI assistants. - **Dynamic Make Target Tools**: Each Makefile target becomes an executable tool (e.g., `make_build`, `make_test`, `make_clean`) - **`list-available-targets`**: List all available make targets exposed by the server