Relationship intelligence for founders — an open-source Claude skill + MCP server that finds your active two-way email conversations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"circuit": {
"command": "npx",
"args": [
"-y",
"circuitcx/circuit"
]
}
}
}
Run in terminal:
claude mcp add circuit npx -y circuitcx/circuit
Add to .cursor/mcp.json:
{
"mcpServers": {
"circuit": {
"command": "npx",
"args": [
"-y",
"circuitcx/circuit"
]
}
}
}