MCP server for Novyx memory — context spaces, replay, cortex, and 23 tools for Claude Desktop, Cursor, and Claude Code
Project description
novyx-mcp
MCP (Model Context Protocol) server for Novyx memory. Exposes remember, recall, knowledge graph, rollback, and audit as tools for Claude Desktop, Cursor, and Claude Code.
Install
pip install novyx-mcp
Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"novyx-memory": {
"command": "python",
"args": ["-m", "novyx_mcp"],
"env": {
"NOVYX_API_KEY": "nram_your_key_here"
}
}
}
}
Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"novyx-memory": {
"command": "python",
"args": ["-m", "novyx_mcp"],
"env": {
"NOVYX_API_KEY": "nram_your_key_here"
}
}
}
}
Claude Code
claude mcp add novyx-memory -- python -m novyx_mcp
Set the NOVYX_API_KEY environment variable before starting Claude Code.
Available Tools
| Tool | Description |
|---|---|
remember |
Store a memory observation with optional tags, importance, context, and TTL |
recall |
Search memories semantically using natural language |
forget |
Delete a memory by UUID |
list_memories |
List stored memories with optional tag filtering |
memory_stats |
Get memory statistics (total count, average importance, etc.) |
rollback |
Rollback memory to a point in time (supports dry run) |
audit |
Get the audit trail of memory operations |
link_memories |
Create a directed link between two memories |
add_triple |
Add a knowledge graph triple (subject -> predicate -> object) |
query_triples |
Query knowledge graph triples with filters |
Available Resources
| URI | Description |
|---|---|
novyx://memories |
List all stored memories |
novyx://memories/{memory_id} |
Get a specific memory by UUID |
novyx://stats |
Memory statistics |
novyx://usage |
Usage and plan information |
Available Prompts
| Prompt | Description |
|---|---|
memory-context |
Recall relevant memories and format them as context (takes a query argument) |
session-summary |
List all memories for a session (takes a session_id argument) |
Get an API Key
Sign up at novyxlabs.com to get your API key. The free tier includes 5,000 memories and 5,000 API calls per month.
License
MIT - Copyright 2026 Novyx Labs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file novyx_mcp-2.0.0.tar.gz.
File metadata
- Download URL: novyx_mcp-2.0.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e42a7bb8f45a13af1c521cd6580715e07c5cbdc8c75c1d3e1bf6e090bb65c7
|
|
| MD5 |
7ee7e1bff986a25c6e46652eb59eaee5
|
|
| BLAKE2b-256 |
94202e9bec8ace5ea22fe504137c7bc6d6bcc3273fdaa5f84d6d8640fe7e9499
|
File details
Details for the file novyx_mcp-2.0.0-py3-none-any.whl.
File metadata
- Download URL: novyx_mcp-2.0.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b83fcc342a5116d207063c42bc8cd5d6dc3ef7ded4c9b7213de788d47e132ac8
|
|
| MD5 |
631e0ce4de62d12245b037ed3e2ef535
|
|
| BLAKE2b-256 |
945f8acfcbc9594491ce6bfe9b45e167a7015732d601dcb681bd325b9118d24f
|