Novyx MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOVYX_API_KEY | No | Your Novyx API key. Optional for cloud mode, which enables cross-device sync, audit trails, and team sharing. Local mode works without an API key. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rememberA | Store a memory observation in Novyx. |
| recallA | Search memories semantically using natural language. |
| forgetA | Delete a memory by its UUID. |
| list_memoriesA | List stored memories with optional tag filtering. |
| memory_statsA | Get memory statistics for the current account. |
| rollbackA | Rollback memory to a point in time. |
| auditA | Get the audit trail of memory operations. |
| link_memoriesA | Create a directed link between two memories. |
| add_tripleA | Add a knowledge graph triple (subject -> predicate -> object). |
| query_triplesA | Query knowledge graph triples with optional filters. |
| create_spaceA | Create a shared context space for multi-agent collaboration. |
| list_spacesA | List all context spaces you can access. |
| space_memoriesA | List or search memories within a context space. |
| update_spaceA | Update a context space (owner only). |
| delete_spaceB | Delete a context space (owner only). |
| share_spaceA | Share a space/tag with another user by email. |
| replay_timelineA | Get the full timeline of memory operations. The tape you scrub through. |
| replay_snapshotA | Reconstruct memory state at a specific point in time. |
| replay_lifecycleA | Full biography of a single memory. |
| replay_diffA | Diff memory state between two timestamps. |
| cortex_statusA | Get Cortex autonomous intelligence status. |
| cortex_runA | Manually trigger a Cortex cycle. |
| cortex_insightsA | List auto-generated memory insights. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory_context | Recall relevant memories and format them as context for the current conversation. Args: query: The topic or question to find relevant memories for. |
| session_summary | List all memories tagged with a specific session ID. Args: session_id: The session identifier to look up. |
| space_context | Recall memories from a shared context space and format them as context. Args: space_id: The context space to query. query: Optional topic to search for within the space. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource_memories | List all stored memories. |
| resource_stats | Get memory statistics for the current account. |
| resource_usage | Get usage and plan information for the current account. |
| resource_spaces | List all context spaces accessible to the current tenant. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/novyxlabs/novyx-mcp-desktop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server