Hermes MCP memory setup
Connect Hermes to simplemem so your agent can use the same memory store as your other AI tools.
Setup steps
- Sign in to simplemem and generate an access key.
- Open ~/.hermes/config.yaml.
- Add simplemem under mcp_servers.
- Save the file.
- Run hermes mcp test simplemem to verify the connection.
Configuration
mcp_servers:
simplemem:
url: "https://simplemem.com/api/mcp"
headers:
Authorization: "Bearer YOUR_ACCESS_KEY"Endpoint
Use https://simplemem.com/api/mcp with Authorization: Bearer YOUR_ACCESS_KEY.