Point your client at FlawPilot
In Claude Code, run the claude mcp add command from the config below WITHOUT a header. In Claude.ai or Claude Desktop, open Settings - Connectors - Add custom connector and paste the MCP server URL (it's in the reference below). No key to create or copy.
{
"mcpServers": {
"flawpilot": {
"url": "https://mcp.flawpilot.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}