Compass MCP
Compass MCP
面向常规 ChatGPT 聊天模式,对当前所审阅的 Compass 配置文件和所选技能提供只读 MCP 访问。
Website: https://compass.ariobarin.com/
MCP 端点:https://compass.ariobarin.com/mcp
新鲜度模型
服务器不会内置 Compass 内容。对于每个 MCP 请求,它都会将 ariobarin/compass 的 main 分支解析为一个 Git 提交,然后从该精确修订版本加载 codex/AGENTS.md、manifests/portable-files.json 以及所有选中的技能。
普通请求会将分支头缓存最多 15 秒。不可变的修订目录会在 Worker 隔离环境中复用。GET /healthz?fresh=1 绕过分支头缓存并返回 source_revision,因此 CI 可以将生产环境与已知的 Compass 提交进行比较。
单个请求永远不会混合来自不同 Compass 修订版本的文件。
首页由同一个 Worker 基于同一修订固定的目录渲染而成。它会显示实时的源修订版本、分支和所选技能列表,而无需维护第二份 Compass 内容副本。
Related MCP server: MinerU Document Explorer
工具
get_profile返回请求修订版本中的codex/AGENTS.md。list_skills返回清单所选技能目录及修订版本。get_skill返回请求修订版本中的一个所选SKILL.md。search和fetch通过标准的只读知识形态公开相同的修订固定文档。
本地检查
使用 Node.js 22 或更高版本。
npm install
npm run build
npm test
npm run smoke:worker使用 npm run dev 运行本地 HTTP 服务器。除非设置了 HOST 或 PORT,否则默认在 127.0.0.1:3000 上侦听。
生产环境验证
npm run smoke:remote
npm run verify:remote当生产 Worker 报告与当前 main 不同的 Compass 修订版本时,verify:remote 将失败。可设置 EXPECTED_COMPASS_REVISION 与特定提交进行比较,例如 GitHub Actions 中的 GITHUB_SHA。
部署
使用拥有 example.com 的 Cloudflare 账户对 Wrangler 进行身份验证,然后运行:
npm run deploy
npm run smoke:remote
npm run verify:remote部署仅会更新服务器代码。Compass 内容的变更不需要进行 Worker 部署。
This server cannot be installed
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 Connectors
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Team docs served to AI agents over MCP - search, Markdown reads, version pinning, read audit.
Search verified Claude Code plugins and skills; fetch portable SKILL.md sources. Read-only.
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides MCP-compatible AI agents with read access to a LifeOS knowledge base, exposing identity, preferences, projects, wiki, skills, and rules via tools and resources.17
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, deep-read, and build knowledge bases from Markdown, PDF, DOCX, and PPTX documents via MCP tools for retrieval, document navigation, and ingestion.50627MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search, read, and traverse documentation bundles in Open Knowledge Format via MCP tools.56168MIT
- AlicenseNot gradedqualityBmaintenanceRead-only MCP bridge that exposes secure search and fetch tools over an Obsidian-compatible Markdown vault, enabling ChatGPT to query notes without write access.1Apache 2.0
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/ariobarin/compass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server