Compass MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Compass MCPlist the skills in my current Compass profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Compass MCP
Read-only MCP access to the current reviewed Compass profile and selected skills for regular ChatGPT chat mode.
Website: https://compass.ariobarin.com/
MCP endpoint: https://compass.ariobarin.com/mcp
Freshness model
The server does not bundle Compass content. For each MCP request it resolves ariobarin/compass main to one Git commit, then loads codex/AGENTS.md, manifests/portable-files.json, and every selected skill from that exact revision.
Normal requests cache the branch head for at most 15 seconds. Immutable revision catalogs are reused inside a Worker isolate. GET /healthz?fresh=1 bypasses the branch-head cache and returns source_revision, so CI can compare production with a known Compass commit.
A single request never mixes files from different Compass revisions.
The homepage is rendered by the same Worker from the same revision-pinned catalog. It shows the live source revision, branch, and selected skill list without maintaining a second copy of Compass content.
Related MCP server: MinerU Document Explorer
Tools
get_profilereturnscodex/AGENTS.mdfrom the request revision.list_skillsreturns the manifest-selected skill catalog and revision.get_skillreturns one selectedSKILL.mdfrom the request revision.searchandfetchexpose the same revision-pinned documents through standard read-only knowledge shapes.
Local checks
Use Node.js 22 or later.
npm install
npm run build
npm test
npm run smoke:workerRun the local HTTP server with npm run dev. It listens on 127.0.0.1:3000 unless HOST or PORT is set.
Production verification
npm run smoke:remote
npm run verify:remoteverify:remote fails when the production Worker reports a Compass revision different from current main. Set EXPECTED_COMPASS_REVISION to compare against a specific commit, such as a GitHub Actions GITHUB_SHA.
Deploy
Authenticate Wrangler with the Cloudflare account that owns ariobarin.com, then run:
npm run deploy
npm run smoke:remote
npm run verify:remoteDeployments change server code only. Compass content changes do not require a Worker deployment.
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