vortex-enclave-mcp-server

feepfoop/vortex-enclave-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Stdio MCP bridge for Vortex Enclave — connect Claude Desktop, Cursor, Continue, or any MCP host to the Vortex Enclave agent memory platform.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vortex-enclave-mcp-s": {
      "command": "uvx",
      "args": [
        "vortex-enclave-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install vortex-enclave-mcp-server