I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

wrale_mcp-server-make
Miroir dehttps: //github.com/wrale/mcp-server-make
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
MCP Server Make
A Model Context Protocol server that provides make functionality. This server enables LLMs to execute make targets from a Makefile in a safe, controlled way.
Overview
The server exposes make functionality through the Model Context Protocol, allowing LLMs like Claude to:
- Run make targets safely with output capture
- Understand and navigate build processes
- Help with development tasks
- Handle errors appropriately
- Respect working directory context
Installation
Using uv
(recommended):
uv pip install mcp-server-make
Using pip:
pip install mcp-server-make
Configuration
Basic Usage
# Run with default Makefile in current directory
uvx mcp-server-make
# Run with specific Makefile and working directory
uvx mcp-server-make --make-path /path/to/Makefile --working-dir /path/to/working/dir
MCP Client Configuration
To use with Claude Desktop, add to your Claude configuration (claude_desktop_config.json
):
{
"mcpServers": {
"make": {
"command": "uvx",
"args": [
"mcp-server-make",
"--make-path", "/absolute/path/to/Makefile",
"--working-dir", "/absolute/path/to/working/dir"
]
}
}
}
Enhancing Development Workflows
This server enables powerful development workflows by giving LLMs direct access to make functionality:
For Developers
-
Automated Assistance
- Let Claude run and interpret test results
- Get build system suggestions and improvements
- Automate repetitive development tasks
- Get immediate feedback on changes
-
Project Management
- Let Claude handle dependency updates
- Automate release processes
- Maintain consistent code quality
- Track project status
For Claude
-
Self-Validation Capabilities
- Run tests to verify changes:
make test
- Check code quality:
make lint
- Format code:
make format
- Full validation:
make check
- Run tests to verify changes:
-
Project Understanding
- View project structure:
make x
- Check recent changes:
make z
- Full context snapshot:
make r
- View project structure:
-
Independent Development
- Manage complete development cycles
- Self-contained testing and validation
- Build and prepare releases
- Generate informed commit messages
Available Tools
The server exposes a single tool:
-
make
- Run a make target from the Makefile-
target
(string, required): Target name to execute
-
Error Handling
The server handles common errors gracefully:
- Missing Makefile
- Invalid working directory
- Failed make commands
- Invalid targets
All errors are returned with descriptive messages through the MCP protocol.
Working Directory Behavior
- If
--working-dir
is specified, changes to that directory before executing make - If omitted, uses the directory containing the Makefile
- Always restores original working directory after execution
Example Integration
Here's how Claude can help with development tasks:
Human: Can you run our test suite and format any code that needs it?
Claude: I'll help run the tests and format the code:
1. First, let's format the code:
[Calling make tool with args {"target": "format"}]
2 files reformatted, 3 files left unchanged
2. Now let's run the tests:
[Calling make tool with args {"target": "test"}]
Running tests...
4 passed, 0 failed
All formatting and tests completed successfully. The code is now properly formatted and all tests are passing.
Troubleshooting
Common issues:
- "Makefile not found": Verify the --make-path points to a valid Makefile
- "Working directory error": Ensure --working-dir exists and is accessible
- "Tool execution failed": Check make target exists and command succeeds
- "Permission denied": Verify file and directory permissions
Contributing
We welcome contributions to improve mcp-server-make! Here's how:
- Fork the repository
- Create your feature branch
- Make your changes
- Run full validation:
make check
- Submit a pull request
License
MIT License - see LICENSE file for details
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_yyo2Yazt
I have been using the Super Windows CLI MCP Server by Faucet94 for a few weeks, and it has significantly streamlined my workflow. The command-line interface is intuitive and powerful, making server management a breeze. Highly recommend for anyone seeking a robust and efficient MCP server solution. Check it out at https://mcp.so/server/super-win-cli-mcp-server/Faucet94.