Skip to main content

A lightweight, multi-client memory layer that persists cross-project coding conventions

Project description

Helix

Global convention memory for AI coding agents — persist your coding preferences once, surface them in every Claude Code, Cursor, or MCP-compatible session.

Install

# With uv (recommended)
uv tool install helix-memory

# Or with pip
pip install helix-memory

Quick start

# 1. Hook Helix into your agent (Claude Code, Cursor, …).
helix install

# 2. Save your first convention.
helix remember pydantic-validation \
  "Prefer Pydantic v2 for any external-boundary validation." \
  --tags python,validation

From there, your next agent session will see the conventions automatically.

CLI

helix remember <name> "<body>" --tags <comma,separated>
helix list [--tags <tag>]
helix recall "<query>" [--tags <tag>]
helix forget <name>
helix install   # wire Helix into your agent
helix uninstall # remove the integration
helix serve     # start the MCP server

MCP server

helix serve starts a stdio MCP server that exposes four tools: remember, recall, list_conventions, forget.

Claude Code

Project-scoped (recommended — one .mcp.json per repo):

// .mcp.json at the project root
{
  "mcpServers": {
    "helix": {
      "command": "helix",
      "args": ["serve"]
    }
  }
}

User-scoped (available in every project):

claude mcp add helix -- helix serve

Or edit ~/.claude.json manually:

{
  "mcpServers": {
    "helix": {
      "command": "helix",
      "args": ["serve"]
    }
  }
}

Cursor

Global (all projects):

// ~/.cursor/mcp.json
{
  "mcpServers": {
    "helix": {
      "command": "helix",
      "args": ["serve"]
    }
  }
}

Project-scoped:

// .cursor/mcp.json at the project root
{
  "mcpServers": {
    "helix": {
      "command": "helix",
      "args": ["serve"]
    }
  }
}

After adding the config, restart your client. Verify the server is visible: in Claude Code run /mcp, in Cursor open the MCP panel.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

helix_memory-4.1.1.tar.gz (88.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

helix_memory-4.1.1-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file helix_memory-4.1.1.tar.gz.

File metadata

  • Download URL: helix_memory-4.1.1.tar.gz
  • Upload date:
  • Size: 88.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for helix_memory-4.1.1.tar.gz
Algorithm Hash digest
SHA256 ec0cf9241ebdb38bc34ebfae579f5e4037429557585b0614936a8730763dd042
MD5 2471cb53fdb1a4159f5c7e1350725c04
BLAKE2b-256 b70c07248910de8fc4554e57ab38e7d4431c563f3b24bd1a709e5f7b7c795a5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for helix_memory-4.1.1.tar.gz:

Publisher: ci.yml on justmatias/helix

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file helix_memory-4.1.1-py3-none-any.whl.

File metadata

  • Download URL: helix_memory-4.1.1-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for helix_memory-4.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 165207a40a0af5c0350b7f66a823049cba4bd6fd864dca9c2a2a16f102d4aaa1
MD5 2aeaab98c5d98dc1406936eee566c248
BLAKE2b-256 f4b04138c10bd5d25a1169566a1914848ab75b99d4cedb7581aa2f9b4e040179

See more details on using hashes here.

Provenance

The following attestation bundles were made for helix_memory-4.1.1-py3-none-any.whl:

Publisher: ci.yml on justmatias/helix

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page