What is the VaultCrux Memory Core MCP server?
VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage
How to install VaultCrux Memory Core
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 used to authorize Memory Core reads
x-tenant-idrequiredVaultCrux tenant id used to scope Memory Core reads
x-agent-idOptional agent id override for query and claim-check context
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vaultcrux-memory-core": {
"url": "https://api.vaultcrux.com/memory-core/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vaultcrux-memory-core": {
"serverUrl": "https://api.vaultcrux.com/memory-core/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vaultcrux-memory-core": {
"type": "http",
"url": "https://api.vaultcrux.com/memory-core/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"vaultcrux-memory-core": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.vaultcrux.com/memory-core/mcp"
]
}
}
}Claude Code
claude mcp add --transport http vaultcrux-memory-core https://api.vaultcrux.com/memory-core/mcpRelated MCP servers
VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org
View repository →