Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

org.sovgrid/self-hosted-ai

org.sovgrid/self-hosted-ai

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

Uptime
100.0%
1 direct probes · 30d
Response
618ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_blog

Search the Sovereign AI Blog for articles matching a natural language query, optionally filtered by tag and sorted by relevance or date. Behaviour matrix: - query='', sort=* …

get_article

Retrieve the full content of a blog article by its slug. Returns the article body (Markdown) plus metadata. If the slug does not match any article, returns an Article with `error='articl…

diagnose_sglang

Validate an SGLang configuration for NVIDIA DGX Spark (GB10/SM121A). Pure pattern-matching against known failure modes documented in the Sovereign AI Blog. No inference, no external call…

list_tags

List all topic tags used across the Sovereign AI Blog corpus, with article counts. Use this to browse the topic space before calling search_blog with a tag filter.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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