Claude Code plugins for the VX memory layer.
npx claudepluginhub vx-nyc/vx-mcpVX Universal memory for Claude Code. Connects to the hosted MCP endpoint over HTTP with OAuth — no API key needed.
Plugin-first VX memory for Claude, Codex, Cursor, OpenClaw, and other MCP clients.
VX gives your assistant durable memory for:
Users get more continuity across sessions and spend less time repeating themselves.
https://api.vx.dev/v1VX_API_KEY or VX_BEARER_TOKENDefault path:
npx @vesselnyc/mcp-server install claude
This installs:
/vx-memory slash command with the recommended recall/store/import workflowSecondary path: Claude Code plugin marketplace
/plugin marketplace add vx-nyc/vx-mcp
/plugin install vx-mcp
Fallback: Claude Desktop MCP config
{
"mcpServers": {
"vx": {
"command": "npx",
"args": ["-y", "@vesselnyc/mcp-server@latest", "mcp"],
"env": {
"VX_API_BASE_URL": "https://api.vx.dev/v1",
"VX_API_KEY": "your-api-key",
"VX_NAME": "VX",
"VX_SOURCE": "claude-desktop"
}
}
}
}
Default path:
npx @vesselnyc/mcp-server install codex
This installs:
~/.codex/config.toml~/.codex/skills/vx-memory/SKILL.mdDirect CLI fallback:
codex mcp add vx -- npx -y @vesselnyc/mcp-server@latest mcp
Manual ~/.codex/config.toml fallback:
[mcp_servers.vx]
command = "npx"
args = ["-y", "@vesselnyc/mcp-server@latest", "mcp"]
[mcp_servers.vx.env]
VX_API_BASE_URL = "https://api.vx.dev/v1"
VX_API_KEY = "your-api-key"
VX_NAME = "VX"
VX_SOURCE = "codex"
One-click install:
After adding it, set your VX credential in Cursor before first use.
Manual .cursor/mcp.json fallback:
{
"mcpServers": {
"vx": {
"command": "npx",
"args": ["-y", "@vesselnyc/mcp-server@latest", "mcp"],
"env": {
"VX_API_BASE_URL": "https://api.vx.dev/v1",
"VX_API_KEY": "your-api-key",
"VX_NAME": "VX",
"VX_SOURCE": "cursor"
}
}
}
}
Install the native plugin:
openclaw plugins install @vesselnyc/mcp-server
openclaw gateway restart
Add plugin config once:
{
plugins: {
entries: {
"vx-memory": {
enabled: true,
config: {
apiBaseUrl: "https://api.vx.dev/v1",
apiKey: "your-api-key",
source: "openclaw",
name: "VX",
storeOnRequestOnly: false,
maxTokens: 4000
}
}
}
}
}
Verify setup:
vx_status.vx_store.vx_recall or vx_context.Compared with regular OpenClaw, VX adds durable recall of preferences, decisions, imported history, and recurring workflows across sessions.
If your NemoClaw deployment supports OpenClaw plugins, use the same install and config flow as OpenClaw.
If it exposes MCP configuration instead, use the standard MCP config shown below with VX_SOURCE set to openclaw or nemoclaw.
Use this in any MCP client that accepts a local command:
{
"mcpServers": {
"vx": {
"command": "npx",
"args": ["-y", "@vesselnyc/mcp-server@latest", "mcp"],
"env": {
"VX_API_BASE_URL": "https://api.vx.dev/v1",
"VX_API_KEY": "your-api-key",
"VX_NAME": "VX",
"VX_SOURCE": "mcp"
}
}
}
}
This package ships host-specific guidance so the memory workflow feels native instead of generic:
/vx-memory slash commandvx-memory skillvx-memory skill plus native vx_statusvx_memory_workflow and vx_memory_importRecommended workflow in every host:
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage