self hosted ai for Claude Desktop
org.sovgrid/self-hosted-ai
Engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 60+ articles indexed.
client:Claude Desktop
transport:streamable-http
tools:5
Install self hosted ai in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"self-hosted-ai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs