The Remote Suite (Dev) for Claude Desktop
io.github.cognitivecoreai/the-remote-suite-dev
Dev environment for The Remote Suite MCP. Appreciate teammates and run workspace ops.
client:Claude Desktop
transport:streamable-http
Install The Remote Suite (Dev) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"the-remote-suite-dev": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dev.theremotesuite.com/api/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