Sovereign AI Blog
主权 AI MCP
向 AI 代理公开 主权 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
工具
工具 | 用途 |
| 对所有文章进行全文搜索,返回包含 slug、标题和摘要的排名结果 |
| 通过 slug 获取完整的文章内容 |
| 验证针对 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 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(零文章,有效的 schema),因此服务器可以开箱即用地启动并清晰地回答 MCP 自省请求。要用真实内容填充它,请使用 scripts/generate_knowledge_base.py 从 sovgrid.org 博客源码 生成,或者构建您自己符合 src/knowledge.py 中 schema 的知识库。或者直接使用实时端点 https://mcp.sovgrid.org/self-hosted-ai。
架构
FastMCP 1.27+,在路径
/self-hosted-ai上使用 Streamable HTTP 传输DNS 重绑定保护,通过
TransportSecuritySettings实现:仅允许Host: mcp.sovgrid.org(或用于健康检查的 localhost)的请求健康检查端点
/health返回文章数量和知识库生成时间戳知识库 是一个从博客 Markdown 内容生成的扁平 JSON 文件;在启动时加载,通过 TF-IDF 进行
search_blog查询
服务器是无状态的。所有博客内容均为公开(CC BY-SA 4.0)。无个人身份信息 (PII),无身份验证令牌,无密钥。
运营
实时部署运行在注重隐私的欧洲 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