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.2.tar.gz (88.8 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.2-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: helix_memory-4.1.2.tar.gz
  • Upload date:
  • Size: 88.8 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.2.tar.gz
Algorithm Hash digest
SHA256 f3331b81b0710cd116531549f4109e1c98d971c5674318413c17dee02a7163fc
MD5 7e377d5cc7494a5747a720e8ea41e17e
BLAKE2b-256 b6887adb7668a3d4108a9686e0c3cbc0159b8991154ad699ecbd6754d90d72c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for helix_memory-4.1.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: helix_memory-4.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2bc2fe49149c0b3ec16673a4e35d4f1d2c832019560ce96e8979c06cffa79846
MD5 ad96bb459fe230ffcd323c196227223b
BLAKE2b-256 828b773fff534515b4f6a10141a045f1b2657f69849fdbe382cc8ecc737ff9bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for helix_memory-4.1.2-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