MCPMate is a progressive MCP management center for organizing servers, clients, profiles, capabilities, and runtime visibility in one local workspace.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpmate": {
"command": "cargo",
"args": [
"run",
"--",
"mcpmate"
]
}
}
}
Run in terminal:
claude mcp add mcpmate cargo run -- mcpmate
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpmate": {
"command": "cargo",
"args": [
"run",
"--",
"mcpmate"
]
}
}
}