Skip to main content
Glama

Sovereign AI MCP

License: MIT Content: CC BY-SA 4.0 Glama MCP server

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

ツール

ツール

目的

search_blog(query)

全記事を対象とした全文検索。スラッグ、タイトル、抜粋を含むランク付けされた結果を返します

get_article(slug)

スラッグを指定して記事の全文を取得します

diagnose_sglang(config)

GB10/SM121Aハードウェア制約に対するSGLang構成を検証します

クイックスタート

Claude Codeの場合

claude mcp add sovereign-ai --transport http https://mcp.sovgrid.org/self-hosted-ai

確認:

claude mcp list | grep sovereign-ai

Cline / 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 8002

Docker

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ピクセルなし)。

ライセンス

お問い合わせ

  • ブログ: sovgrid.org

  • Nostr: cipherfox@sovgrid.org (NIP-05) — npub1ndrjgfcwkc0y4753zyj3p7qjf795pvjq2dn4m7y7f72vmu7t0nrs6y363u

  • バグ報告 / 質問: Issueを作成

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    B
    maintenance
    MCP 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.
    3
    173
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.
    43
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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