integration-supermemory

Connect Supermemory memory storage to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-supermemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-supermemory
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-supermemory
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-supermemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Supermemory to a self-hosted Hermes agent so the agent can store, search, and scope memory without manual server-side wiring.

Core Features & Use Cases

  • Hosted or Self-Hosted Path: Supports Supermemory’s first-party hosted MCP as well as an optional self-hosted OSS deployment.
  • Secure SSH-Based Setup: Writes secrets on the VPS, registers MCP access when needed, and reloads Hermes safely without leaking credentials.
  • Validation and Recovery: Verifies API key format, checks live MCP reachability, performs idempotency checks, and includes rollback steps if anything fails.
  • Use Case: A developer wants Claude Code or Cursor to remember project context across sessions, so they connect Supermemory to their Hermes instance and confirm add/search memory operations work end to end.

Quick Start

Ask the agent to connect Supermemory to your Hermes VPS using the hosted or self-hosted path, complete the secret setup, and verify the memory integration end to end.

Frequently Asked Questions about integration-supermemory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Supermemory to a self-hosted Hermes agent over SSH?

You can connect Supermemory to Hermes using either the first-party hosted MCP endpoint or a self-hosted OSS deployment, both requiring SSH access to the VPS for secure secret writes and idempotent environment variable configuration.

Does the Supermemory MCP integration support project-scoped namespaces?

Yes, the Supermemory MCP integration supports project-scoped namespaces using the optional x-sm-project header, allowing you to isolate memory and context storage per project within your Hermes agent environment.

What happens if the Hermes gateway rewire or MCP initialization fails during setup?

If MCP initialization or gateway rewire fails, the Skill includes validation checks for API key format and MCP reachability, performing rollback steps to restore the previous Hermes configuration safely without leaking credentials.

Can I use Supermemory with Claude Code or Cursor to remember project context across sessions?

Yes, connecting Supermemory to your Hermes instance allows development tools like Claude Code or Cursor to store and search project context across sessions, verified end to end through a live smoke test confirming add and search memory operations.

Do I need to manually configure server-side wiring to add memory to a Hermes VPS?

No, the Skill automates server-side wiring by writing secrets to the VPS over SSH, applying idempotent environment variable writes, reloading the Hermes gateway, and verifying live MCP reachability without manual configuration.