PluginBench
MCP Server

VaultCrux Platform MCP Server

io.github.CueCrux/vaultcrux-platform

What is the VaultCrux Platform MCP server?

VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org

How to install VaultCrux Platform

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-api-key
    required
    secret

    VaultCrux API key

  • x-tenant-id
    required

    VaultCrux tenant id

  • x-agent-id

    Optional agent id override

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vaultcrux-platform": {
      "url": "https://api.vaultcrux.com/platform/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vaultcrux-platform": {
      "serverUrl": "https://api.vaultcrux.com/platform/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vaultcrux-platform": {
      "type": "http",
      "url": "https://api.vaultcrux.com/platform/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "vaultcrux-platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.vaultcrux.com/platform/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http vaultcrux-platform https://api.vaultcrux.com/platform/mcp

Related MCP servers

VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage

View repository →