hermes-atlas-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_projectsA | Search the Hermes Atlas catalog of 100+ community-built Hermes Agent tools, skills, plugins, memory providers, workspaces, and integrations. Query can be natural language ('memory providers', 'telegram bot', 'vscode plugin'). Optional category filter: 'Core & Official' | 'Workspaces & GUIs' | 'Memory & Context' | 'Skills & Skill Registries' | 'Plugins & Extensions' | 'Integrations & Bridges' | 'Multi-Agent & Orchestration' | 'Developer Tools' | 'Deployment & Infra' | 'Domain Applications' | 'Guides & Docs' | 'Forks & Derivatives'. Optional limit (1-50, default 10). |
| get_projectA | Get the full summary, metadata, and canonical URL for a specific Hermes ecosystem project. Args: owner (GitHub owner, e.g. 'NousResearch'), repo (GitHub repo name, e.g. 'hermes-agent'). |
| list_by_categoryA | Return the ranked list of projects in a Hermes Atlas curated list. Valid slug values: 'best-memory-providers' | 'top-skills' | 'deployment-options' | 'multi-agent-frameworks' | 'developer-tools' | 'workspaces-and-guis'. |
| get_guideA | Fetch the full text of a Hermes Handbook guide page. Args: slug — one of 'hub' (beginner's guide at /guide/), 'install' (/guide/install/), or 'vs-claude-code' (/guide/vs-claude-code/). Any other slug returns an error. |
| ask_atlasA | Ask a free-form natural-language question about the Hermes Agent ecosystem. Delegates to the Hermes Atlas RAG endpoint which searches across repos, summaries, guides, and the ECOSYSTEM.md overview, then returns a cited answer. Good for questions like 'What's the best memory provider for production?' or 'How does Hermes compare to Claude Code?'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| hermes-atlas-repos | Full JSON catalog of every project tracked by Hermes Atlas (owner, repo, stars, category, description, URL). |
| hermes-atlas-summaries | Prose summary and highlights per project, generated from the GitHub README via LLM. |
| hermes-atlas-lists | The six editorial lists (best-memory-providers, top-skills, etc.) with category filters. |
| hermes-atlas-ecosystem | The hand-curated narrative overview of the Hermes Agent ecosystem. Best starting point for 'what is Hermes and what's in the ecosystem' questions. |
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