PluginBench
MCP Server
Maintained
MIT

io.github.KairosMobius/memory-nexus-mcp MCP Server

io.github.KairosMobius/memory-nexus-mcp

What is the io.github.KairosMobius/memory-nexus-mcp MCP server?

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

How to install io.github.KairosMobius/memory-nexus-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NEXUS_API_KEY

    API key for Memory Nexus

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memory-nexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@memory-nexus/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memory-nexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@memory-nexus/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memory-nexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@memory-nexus/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memory-nexus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memory-nexus/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add memory-nexus-mcp --env NEXUS_API_KEY=<YOUR_NEXUS_API_KEY> -- npx -y @memory-nexus/mcp

Related MCP servers

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

0
JavaScript
MIT
View repository →