Skip to content
VS Code

self hosted ai for VS Code

org.sovgrid/self-hosted-ai

Engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 60+ articles indexed.

client:VS Code transport:streamable-http tools:5

Install self hosted ai in VS Code

.vscode/mcp.json

{
  "servers": {
    "self-hosted-ai": {
      "type": "http",
      "url": "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

self hosted ai in other clients