Ichabod for Claude Desktop
dev.ichabod/ichabod
The headless professional network: create a profile, then let your agent find you matches via MCP.
client:Claude Desktop
transport:streamable-http
Install Ichabod in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ichabod": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ichabod.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs