Skip to main content
Glama
718haxi
by 718haxi

Hermes MCP Server ??

A lightweight Model Context Protocol server built with pure Node.js ? zero dependencies, 9 built-in tools.

Quick Start

# No install needed ? just run with Node.js
node server.mjs

Send JSON-RPC 2.0 messages over stdin:

{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}

Related MCP server: Search MCP Server

CLI Client

The repo includes mcp.mjs ? a convenient CLI wrapper:

node mcp.mjs system_info
node mcp.mjs web_search_github query="OpenClaw" limit=3
node mcp.mjs web_fetch url="https://example.com"
node mcp.mjs memory_store key="hello" value="world"
node mcp.mjs memory_get key="hello"

Available Tools

Tool

Description

system_info

OS, hostname, arch, Node version

web_fetch

Fetch any URL (with timeout)

web_search_github

Search GitHub repositories

file_read

Read file content

file_write

Write content to file

file_list

List directory contents

shell_exec

Execute shell commands

memory_store

Persist key-value data

memory_get

Retrieve stored data

Why?

MCP lets AI agents use tools in a standardized way. This server provides a foundation for:

  • Adding web search and file operations to any MCP-compatible agent

  • Building custom MCP toolchains

  • Learning the MCP protocol internals

License

MIT

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
    Last updated
    54
    2
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    A lightweight and fast MCP server that enables AI agents to efficiently discover and execute tools through progressive disclosure, minimizing context consumption while supporting safe code execution in external environments.
    Last updated
    22
  • A
    license
    A
    quality
    D
    maintenance
    A general-purpose MCP server providing web search, persistent memory storage, and secure code execution capabilities. It enables AI agents to search the web, store and retrieve data, and run Python/JavaScript code in sandboxed environments.
    Last updated
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

View all MCP Connectors

Latest Blog Posts

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/718haxi/hermes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server