dev changes for Claude Desktop
ai.openhelm/dev-changes
Turn described changes into reviewed pull requests: propose, triage, review, dependency audits.
client:Claude Desktop
transport:streamable-http
Install dev changes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dev-changes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.openhelm.ai/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