Hermes MCP Server
Search GitHub repositories via the web_search_github tool.
Click on "Deploy 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 MCP Serverget system information"
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 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.mjsSend 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 |
| OS, hostname, arch, Node version |
| Fetch any URL (with timeout) |
| Search GitHub repositories |
| Read file content |
| Write content to file |
| List directory contents |
| Execute shell commands |
| Persist key-value data |
| 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
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.74 npm2MIT
- AlicenseNot gradedqualityNot gradedmaintenanceA 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.7 npm-
- AlicenseAqualityDmaintenanceA 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.8MIT
- AlicenseNot gradedqualityAmaintenanceProduction-ready MCP server providing RAG, hierarchical memory, and 8+ tools for AI agents via the Model Context Protocol.42Apache 2.0