Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pare": {
"command": "npx",
"args": [
"-y",
"Dave-London/Pare"
]
}
}
}
Run in terminal:
claude mcp add pare npx -y Dave-London/Pare
Add to .cursor/mcp.json:
{
"mcpServers": {
"pare": {
"command": "npx",
"args": [
"-y",
"Dave-London/Pare"
]
}
}
}