Persistent memory, knowledge graph, governed actions, and runtime orchestration for AI agents. 107 tools. Works locally with zero-config SQLite(no API key needed) or connects to Novyx Cloud for the full surface. Install:
uvx novyx-mcp
Overview
Novyx MCP — 107 Tools for Agent Memory & Runtime
Install
uvx novyx-mcp
What it does
- Memory: store, recall, search, forget, draft, link, supersede
- Knowledge Graph: triples, entities, traversal
- Governed Actions: submit, approve, check policy, explain
- Runtime v2: create agents, missions, capabilities, checkpoints, interventions
- Replay: timeline, snapshot, lifecycle, diff, drift analysis
- Cortex: autonomous memory maintenance (consolidate, reinforce, decay)
- Eval: health scoring, drift detection, CI/CD gates
- Threat Intel: signatures, feeds, correlation, auto-defense
- Audit: cryptographic hash chain, export, verification
Local mode
Works with zero config — SQLite backend, no API key needed. Add a Novyx API key for cloud features.
Links
- PyPI: https://pypi.org/project/novyx-mcp/
- Docs: https://docs.novyxlabs.com
- Website: https://novyxlabs.com
Server Config
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
],
"env": {
"NOVYX_API_KEY": "<YOUR_KEY>"
}
}
}
}