Nynch MCP Server for Claude Desktop
io.github.peterod99/nynch
CRM, relationship intelligence, and multi-agent orchestration for AI agents.
client:Claude Desktop
transport:streamable-http
Install Nynch MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nynch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs