Model Context Protocol server for QPilot — audited mutations, rollback, and a local result cache, scoped per site.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-qpilot": {
"command": "npx",
"args": [
"-y",
"phillipswdc/mcp-server-qpilot"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-qpilot npx -y phillipswdc/mcp-server-qpilot
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-qpilot": {
"command": "npx",
"args": [
"-y",
"phillipswdc/mcp-server-qpilot"
]
}
}
}