Sovereign AI Blog
Sovereign AI MCP
Sovereign AI BlogをAIエージェントに公開するためのMCPサーバーです。このブログは、NVIDIA DGX Spark (GB10/SM121A) 上でのセルフホストAIに関する実践的なエンジニアリングログです。
ライブエンドポイント: https://mcp.sovgrid.org/self-hosted-ai
トランスポート: Streamable HTTP (FastMCP)
認証: なし (無料枠、60リクエスト/分/IP)
利用する理由
ニッチなハードウェア(GB10、SM121A、ARM64上のSGLang)に関するトレーニングデータは少なく、古くなりがちです。このMCPを使用することで、エージェントは実際のセットアップ、修正、ベンチマークを記録した44以上の記事に直接、構造化された形式でアクセスできます。同様のスタックで構築やデバッグを行っている場合、エージェントはハルシネーションを起こすことなく、検証済みの最新情報を取得できます。
Related MCP server: mcp-astgl-knowledge
ツール
ツール | 目的 |
| 全記事を対象とした全文検索。スラッグ、タイトル、抜粋を含むランク付けされた結果を返します |
| スラッグを指定して記事の全文を取得します |
| GB10/SM121Aハードウェア制約に対するSGLang構成を検証します |
クイックスタート
Claude Codeの場合
claude mcp add sovereign-ai --transport http https://mcp.sovgrid.org/self-hosted-ai確認:
claude mcp list | grep sovereign-aiCline / Continue / その他のMCPクライアントの場合
クライアントのMCPサーバー設定に追加してください:
{
"sovereign-ai": {
"type": "http",
"url": "https://mcp.sovgrid.org/self-hosted-ai"
}
}ローカルでの実行
ソースから (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-mcpリポジトリにはプレースホルダーの data/knowledge-base.json(記事数ゼロ、有効なスキーマ)が含まれているため、サーバーは起動直後からMCPイントロスペクションに正常に応答します。実際のコンテンツを反映させるには、sovgrid.orgブログソースから scripts/generate_knowledge_base.py を使用して生成するか、src/knowledge.py のスキーマに合わせた独自のKBを作成してください。または、ライブエンドポイント https://mcp.sovgrid.org/self-hosted-ai をそのまま利用することも可能です。
アーキテクチャ
FastMCP 1.27+、パス
/self-hosted-aiでのStreamable HTTPトランスポートDNSリバインディング保護:
TransportSecuritySettingsにより、Host: mcp.sovgrid.org(またはヘルスチェック用のlocalhost)からのリクエストのみを許可ヘルスエンドポイント:
/healthで記事数とKB生成タイムスタンプを返しますナレッジベース: ブログのMarkdownコンテンツから生成されたフラットなJSONファイル。起動時に読み込まれ、
search_blog用にTF-IDFでクエリされます
サーバーはステートレスです。すべてのブログコンテンツは既に公開されています (CC BY-SA 4.0)。個人情報、認証トークン、シークレットは含まれていません。
運用
ライブデプロイメントは、プライバシー重視の欧州VPS上でDockerを使用して実行され、CaddyをフロントエンドとしてTLSで保護されています。サーバーログはプライバシーに配慮した分析パイプラインに流れます(Caddy JSONアクセスログ、クライアント側の追跡なし、JSピクセルなし)。
ライセンス
サーバーコード: MIT、LICENSE を参照
ブログコンテンツ (ツールによって返されるもの): CC BY-SA 4.0、creativecommons.org/licenses/by-sa/4.0/ を参照
お問い合わせ
ブログ: sovgrid.org
Nostr:
cipherfox@sovgrid.org(NIP-05) —npub1ndrjgfcwkc0y4753zyj3p7qjf795pvjq2dn4m7y7f72vmu7t0nrs6y363uバグ報告 / 質問: Issueを作成
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