novyx-mcp — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsnovyx-mcp
    Back to Agents
    novyx-mcp

    novyx-mcp

    novyxlabs March 13, 2026
    29 copies 0 downloads

    Persistent memory + governance for AI agents. 119 MCP tools — core memory works locally (zero config SQLite), full surface (policy-as-code, approval workflows, governance dashboard, threat intel, auto-defense, governed actions, Runtime v2 agents/missions/capabilities) with Novyx Cloud.

    Agent Definition
    <!-- mcp-name: io.github.novyxlabs/novyx-mcp -->
    # novyx-mcp
    
    Persistent memory + governance for AI agents. 119 MCP tools for **Claude Desktop**, **Cursor**, and **Claude Code**. Works locally with zero config (SQLite) for core memory operations, or connects to Novyx Cloud for the full surface including policy-as-code, approval workflows, governance dashboard, Runtime v2 agents/missions/capabilities, threat intelligence, auto-defense, correlation, governed actions, cortex, replay, and eval baselines. Every Novyx customer makes every other customer safer.
    
    ## Install
    
    ```bash
    pip install novyx-mcp
    ```
    
    ## Configuration
    
    ### Claude Desktop
    
    Add to your `claude_desktop_config.json`:
    
    ```json
    {
      "mcpServers": {
        "novyx-memory": {
          "command": "python",
          "args": ["-m", "novyx_mcp"],
          "env": {
            "NOVYX_API_KEY": "nram_your_key_here"
          }
        }
      }
    }
    ```
    
    ### Cursor
    
    Add to your Claude MCP settings:
    
    ```json
    {
      "mcpServers": {
        "novyx-memory": {
          "command": "python",
          "args": ["-m", "novyx_mcp"],
          "env": {
            "NOVYX_API_KEY": "nram_your_key_here"
          }
        }
      }
    }
    ```
    
    ### Claude Code
    
    ```bash
    Claude MCP add novyx-memory -- python -m novyx_mcp
    ```
    
    Set the `NOVYX_API_KEY` environment variable before starting Claude Code. Omit it to use local mode (SQLite, zero config).
    
    ### CLAUDE.md Integration
    
    After installing and configuring the MCP server above, add this to your project's `CLAUDE.md` so Claude Code uses Novyx automatically:
    
    ```markdown
    ## Shared Memory (Novyx MCP)
    You have access to novyx-mcp tools for shared memory, knowledge graph, audit,
    rollback, replay, and context spaces. Use them when relevant. Store decisions
    and status at the end of tasks. Check for context from other agents before
    starting new work.
    ```
    
    This turns isolated Claude Code sessions into a coordinated team — each session stores what it learned and checks what other sessions have done before starting work.
    
    ## Canonical Workflow: Draft, Review,

    Tags

    agentsai-agentsaudit-trailclaudeclaude-codecursormcpmemorymodel-context-protocolpersistent-memory

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.