hermes-atlas-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., "@hermes-atlas-mcpSearch Hermes Atlas for memory providers"
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.
hermes-atlas-mcp
MCP server exposing the Hermes Atlas ecosystem catalog — 100+ community-built tools, skills, plugins, memory providers, workspaces, and integrations for Nous Research's Hermes Agent — to any MCP-aware client (Claude Desktop, Cursor, Continue, Windsurf, etc.).
Ask your AI assistant things like:
"Search Hermes Atlas for memory providers"
"What does the hermes-atlas catalog say about the hermes-agent project?"
"List the top skills for Hermes Agent"
"Get the Hermes beginner's guide"
"Ask the atlas: what's the difference between Hermes Agent and Claude Code?"
All catalog data is fetched live from hermesatlas.com (cached in-memory for 1 hour), so tool answers reflect the current ecosystem, not a stale snapshot.
Status: 0.x, experimental. Breaking changes may happen before 1.0. Batch releases weekly.
Install
Recommended — one command
npx -y hermes-atlas-mcp install --client claude-desktopReplace claude-desktop with cursor or claude-code as needed. The installer finds the right config file for your OS, merges in the hermes-atlas entry without touching your other MCP servers, and tells you what to do next.
Other flags:
--print— dry-run (shows the diff, writes nothing)--force— overwrite an existinghermes-atlasentry without prompting
To remove:
npx -y hermes-atlas-mcp uninstall --client claude-desktopFully quit and reopen the client after either command (closing the window isn't enough — the process needs to restart).
Manual install (if the installer won't work)
Claude Desktop
Find the config file:
Easiest: open Claude Desktop, go to Settings → Developer → Edit Config. The file opens in your default editor.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Paste this (if the file is empty or doesn't exist) or merge the hermes-atlas entry into your existing mcpServers object:
{
"mcpServers": {
"hermes-atlas": {
"command": "npx",
"args": ["-y", "hermes-atlas-mcp"]
}
}
}Save. Fully quit Claude Desktop and reopen. The five tools appear in the tool picker.
Cursor
File: ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project). Same JSON snippet as above.
Claude Code
Either use the installer above, or run /mcp inside Claude Code and add through its UI, or hand-edit ~/.claude.json.
From source
git clone https://github.com/ksimback/hermes-atlas-mcp.git
cd hermes-atlas-mcp
npm install
npm run build
node dist/index.js # stdio server, pipe JSON-RPC to testRelated MCP server: skill4agent MCP Server
Tools
Tool | What it does |
| Ranked keyword search over the catalog. Optional |
| Full summary + metadata + URL for one |
| Ranked projects in one of the six curated lists. |
| Full text of the beginner's guide, install guide, or vs-Claude-Code comparison. |
| Free-form RAG question routed to the site's |
Resources
URI | Content |
| Full catalog JSON |
| AI-generated summaries JSON |
| Curated lists JSON |
|
|
Development
npm install
npm run dev # tsc --watch
npm run build # tsc
npm start # runs dist/index.js on stdioLicense
MIT © Kevin Simback. Catalog data is CC0.
Related
hermesatlas.com — the live site
ksimback/hermes-ecosystem — the source repo behind the site
Hermes Agent — the agent this ecosystem is built around
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.
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/ksimback/hermes-atlas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server