@paretools/make
MCP server for Make/Just — structured task listing and execution output for AI agents
pinned to #cedf42dupdated 2 weeks ago
Ask your AI client: “install mcps/paretools-make”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/paretools-makemetahub onboarded this repo on the author's behalf.
If you own github.com/Dave-London/Pare on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
134
Last commit
2 weeks ago
Latest release
published
- #ai
- #ai-agent
- #ai-coding
- #ai-tools
- #claude
- #cli
- #copilot
- #cursor
- #developer-tools
- #devtools
- #just
- #justfile
- #make
- #makefile
- #mcp
- #mcp-server
- #model-context-protocol
- #structured-output
- #task-runner
- #token-efficiency
- #token-efficient
- #typescript
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: pare-make
Evaluation report
PassingAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.cedf42d· 2 weeks ago
Select a category above to see its individual checks.
Release history
1- releasecurrentcedf42dpass2 weeks ago
Contents
Structured, token-efficient task runner output for AI agents. Wraps Make and Just with typed JSON output.
Part of the Pare suite of MCP servers.
Tools (2)
| Tool | Description |
|---|---|
run | Run a make/just target, returns exit code, stdout, stderr, duration |
list | List available targets with descriptions |
Auto-detects whether to use just (if Justfile present) or make (if Makefile present). Can be overridden per-call.
Quick Start
npx -y @paretools/make
Add to your MCP client config:
{
"mcpServers": {
"pare-make": {
"command": "npx",
"args": ["-y", "@paretools/make"]
}
}
}
Example
list output:
{
"targets": [
{ "name": "build", "description": "Build the project" },
{ "name": "test", "description": "Run all tests" },
{ "name": "clean" }
],
"total": 3,
"tool": "just"
}
Prerequisites
Compatible Clients
Works with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code / GitHub Copilot, Cline, Roo Code, Zed, Continue.dev, Gemini CLI, OpenAI Codex
Links
License
Reviews
No reviews yet. Be the first.
Related
@paretools/npm
MCP server for npm/pnpm/yarn — structured dependency, audit, and script data for AI agents
@remote-mcp/example
@remote-mcp/example MCP server
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
mh install mcps/paretools-make