Skip to content
Claude Desktop

Asynthetic for Claude Desktop

io.github.asyntheticai/asynthetic

Ground truth for AI coding agents: what breaks between library versions and how to fix it

client:Claude Desktop transport:streamable-http runtime:npm

Install Asynthetic in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "asynthetic": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://asynthetic.up.railway.app/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

Asynthetic in other clients