Stats
Actions
Tags
From claude-soma
Local MCP server for the Hermes API, communicating via Unix socket and logging activity. Built with Python and runs as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hermes-api": {
"command": "/opt/claude-soma/.venv/bin/python",
"args": [
"-m",
"claude_soma.mcp_servers.hermes_api.server"
],
"env": {
"HERMES_API_SOCKET": "/tmp/claude-soma-api.sock",
"HERMES_ACTIVITY_LOG": "/home/ubuntu/.claude-soma/activity.jsonl"
}
}
}
}Server configuration and connection parameters
/opt/claude-soma/.venv/bin/pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
HERMES_API_SOCKET=/tmp/claude-soma-api.sockHERMES_ACTIVITY_LOG=/home/ubuntu/.claude-soma/activity.jsonlnpx claudepluginhub techfreakworm/claude-soma