Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ksimback-hermes-atlas-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / developer-tools
Web and local search using Brave Search API
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ksimback/hermes-atlas-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
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.
npx -y hermes-atlas-mcp install --client claude-desktop
Replace 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 existing hermes-atlas entry without promptingTo remove:
npx -y hermes-atlas-mcp uninstall --client claude-desktop
Fully quit and reopen the client after either command (closing the window isn't enough — the process needs to restart).
Find the config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonPaste 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.
File: ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project). Same JSON snippet as above.
Either use the installer above, or run /mcp inside Claude Code and add through its UI, or hand-edit ~/.claude.json.
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 test
| Tool | What it does |
|---|---|
search_projects | Ranked keyword search over the catalog. Optional category filter. |
get_project | Full summary + metadata + URL for one owner/repo. |
list_by_category | Ranked projects in one of the six curated lists. |
get_guide | Full text of the beginner's guide, install guide, or vs-Claude-Code comparison. |
ask_atlas | Free-form RAG question routed to the site's /api/chat endpoint. |
| URI | Content |
|---|---|
hermes-atlas://repos | Full catalog JSON |
hermes-atlas://summaries | AI-generated summaries JSON |
hermes-atlas://lists | Curated lists JSON |
hermes-atlas://ecosystem | ECOSYSTEM.md overview (markdown) |
npm install
npm run dev # tsc --watch
npm run build # tsc
npm start # runs dist/index.js on stdio
MIT © Kevin Simback. Catalog data is CC0.