← sovgrid.org

INDIVIDUAL MCP TOOL

diagnose_sglang

Validate an SGLang configuration for NVIDIA DGX Spark (GB10/SM121A).

sovgrid.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sovgrid.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sovereign-ai-blog]
url = "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sovereign-ai-blog": {
      "type": "http",
      "url": "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sovereign-ai-blog
Remote MCP URL: https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sovereign-ai-blog": {
      "url": "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sovereign-ai-blog": {
      "type": "http",
      "url": "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sovereign-ai-blog",
  "transport": "streamable-http",
  "url": "https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_blog — Search the Sovereign AI Blog for articles matching a natural language query, optionally filtered by tag and sorted by relevance or date.
  • get_article — Retrieve the full content of a blog article by its slug.
  • list_tags — List all topic tags used across the Sovereign AI Blog corpus, with article counts.