MCP Server
Active
MIT
io.github.Dave-London/make MCP Server
io.github.Dave-London/make
What is the io.github.Dave-London/make MCP server?
MCP server for Make/Just task runners with structured, token-efficient output
How to install io.github.Dave-London/make
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"make": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}Claude Code
claude mcp add make -- npx -y @paretools/makeRelated MCP servers
Structured build tool output (tsc, generic commands) as typed JSON diagnostics.
130
View repository →TypeScript
MIT
Structured Rust cargo operations (build, test, clippy) as typed JSON.
130
View repository →TypeScript
MIT
Structured Docker operations (ps, images, logs, build) as typed JSON.
130
View repository →TypeScript
MIT
Structured git operations (status, log, diff, branch, show) as typed JSON.
130
View repository →TypeScript
MIT
MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output
130
View repository →TypeScript
MIT
io.github.Dave-London/go
Active
Structured Go tool output (build, test, vet) as typed JSON diagnostics.
130
View repository →TypeScript
MIT