Content Tools
sovgrid.org
Provides access to a Sovereign AI Blog, including search, article retrieval, tag listing, and SGLang configuration diagnosis.
ENDPOINT 1
https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io
MCP server metadata
- Name
- sovereign-ai-blog
- Version
- 1.27.0
Search and retrieve articles from the Sovereign AI Blog, a practical engineering log of self-hosted AI on NVIDIA DGX Spark. Use list_tags to discover topic categories, search_blog to find articles (with optional tag filter and date_desc sort), get_article for full content by slug, and diagnose_sglang to validate SGLang configs for GB10/SM121A hardware.
Known tools 4
search_blogSearch the Sovereign AI Blog for articles matching a natural language query, optionally filtered by tag and sorted by relevance or date.
Inferred read-onlydiagnose_sglangValidate an SGLang configuration for NVIDIA DGX Spark (GB10/SM121A).
Inferred read-onlylist_tagsList all topic tags used across the Sovereign AI Blog corpus, with article counts.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.