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-keyrequiredsecretVaultCrux API key
x-tenant-idrequiredVaultCrux tenant id
x-agent-idOptional 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/mcpRelated MCP servers
VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage
View repository →