Sovereign AI Blog
Sovereign AI MCP
MCP-Server, der den Sovereign AI Blog für KI-Agenten zugänglich macht. Der Blog ist ein praktisches technisches Protokoll über selbst gehostete KI auf NVIDIA DGX Spark (GB10/SM121A).
Live-Endpunkt: https://mcp.sovgrid.org/self-hosted-ai
Transport: Streamable HTTP (FastMCP)
Authentifizierung: keine (kostenlose Stufe, 60 Anfragen/Min./IP)
Warum nutzen?
Trainingsdaten zu Nischen-Hardware (GB10, SM121A, SGLang auf ARM64) sind spärlich und veraltet. Dieses MCP bietet Agenten direkten, strukturierten Zugriff auf über 44 Artikel, die tatsächliche Setups, Fehlerbehebungen und Benchmarks dokumentieren. Wenn Sie auf ähnlichen Stacks entwickeln oder debuggen, kann Ihr Agent verifizierte, versionsaktuelle Informationen abrufen, anstatt zu halluzinieren.
Related MCP server: mcp-astgl-knowledge
Tools
Tool | Zweck |
| Volltextsuche über alle Artikel, gibt Ergebnisse mit Slug, Titel und Auszug zurück |
| Vollständigen Artikelinhalt nach Slug abrufen |
| Validierung von SGLang-Konfigurationen für GB10/SM121A Hardware-Einschränkungen |
Schnellstart
Mit Claude Code
claude mcp add sovereign-ai --transport http https://mcp.sovgrid.org/self-hosted-aiÜberprüfen:
claude mcp list | grep sovereign-aiMit Cline / Continue / anderen MCP-Clients
Fügen Sie dies zur MCP-Server-Konfiguration Ihres Clients hinzu:
{
"sovereign-ai": {
"type": "http",
"url": "https://mcp.sovgrid.org/self-hosted-ai"
}
}Lokal ausführen
Aus dem Quellcode (uv)
git clone https://github.com/cipherfoxie/sovereign-mcp.git
cd sovereign-mcp
uv sync
uv run uvicorn src.main:app --host 127.0.0.1 --port 8002Docker
git clone https://github.com/cipherfoxie/sovereign-mcp.git
cd sovereign-mcp
docker build -t sovereign-mcp .
docker run -p 8002:8002 sovereign-mcpDas Repository enthält eine Platzhalter-Datei data/knowledge-base.json (null Artikel, gültiges Schema), sodass der Server startet und MCP-Introspektion sofort einsatzbereit beantwortet. Um sie mit echten Inhalten zu füllen, generieren Sie diese aus der sovgrid.org Blog-Quelle mit scripts/generate_knowledge_base.py oder erstellen Sie Ihre eigene Wissensdatenbank gemäß dem Schema in src/knowledge.py. Oder nutzen Sie einfach den Live-Endpunkt unter https://mcp.sovgrid.org/self-hosted-ai.
Architektur
FastMCP 1.27+ mit Streamable HTTP-Transport unter dem Pfad
/self-hosted-aiDNS-Rebinding-Schutz via
TransportSecuritySettings: erlaubt nur Anfragen mitHost: mcp.sovgrid.org(oder localhost für Healthchecks)Health-Endpunkt unter
/healthgibt die Artikelanzahl und den Zeitstempel der Wissensdatenbank-Generierung zurückWissensdatenbank ist eine flache JSON-Datei, die aus dem Blog-Markdown-Inhalt generiert wird; wird beim Start geladen und via TF-IDF für
search_blogabgefragt
Der Server ist zustandslos. Alle Blog-Inhalte sind bereits öffentlich (CC BY-SA 4.0). Keine PII, keine Auth-Token, keine Geheimnisse.
Betrieb
Das Live-Deployment läuft auf einem datenschutzorientierten europäischen VPS via Docker, geschützt durch Caddy mit TLS. Server-Logs fließen in eine datenschutzfreundliche Analyse-Pipeline (Caddy JSON-Zugriffslogs, kein clientseitiges Tracking, keine JS-Pixel).
Lizenz
Server-Code: MIT, siehe LICENSE
Blog-Inhalt (von Tools zurückgegeben): CC BY-SA 4.0, siehe creativecommons.org/licenses/by-sa/4.0/
Kontakt
Blog: sovgrid.org
Nostr:
cipherfox@sovgrid.org(NIP-05) —npub1ndrjgfcwkc0y4753zyj3p7qjf795pvjq2dn4m7y7f72vmu7t0nrs6y363uFehlerberichte / Fragen: Issue öffnen
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for Agent Zone — vendor-neutral infrastructure knowledge, K8s validation, and execution templates for AI agents. 200+ articles, 10 tools, no API key required.10MIT
- AlicenseBqualityBmaintenanceMCP server for searching and citing ASTGL (As The Geek Learns) articles about MCP servers, local AI, and AI automation. Provides semantic search, direct Q\&A, and topic browsing across 20 authoritative articles with pre-computed embeddings.3173MIT
- AlicenseAqualityCmaintenanceMCP server to search across NVIDIA blogs and releases to empower LLMs to better answer NVIDIA-specific queries.2301MIT
- AlicenseNot gradedqualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cipherfoxie/sovereign-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server