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
Server Config
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
],
"env": {
"NOVYX_API_KEY": "<YOUR_KEY>"
}
}
}
}