Skip to main content
Glama

主权 AI MCP

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

向 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

工具

工具

用途

search_blog(query)

对所有文章进行全文搜索,返回包含 slug、标题和摘要的排名结果

get_article(slug)

通过 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(零文章,有效的 schema),因此服务器可以开箱即用地启动并清晰地回答 MCP 自省请求。要用真实内容填充它,请使用 scripts/generate_knowledge_base.pysovgrid.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 像素)。

许可证

联系方式

  • 博客: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