← Back to Plugins
MCP Server MCP

VaultCrux Memory Core

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.vaultcrux.com/memory-core/mcp",
      "headers": [
        {
          "description": "VaultCrux API key used to authorize Memory Core reads",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        },
        {
          "description": "VaultCrux tenant id used to scope Memory Core reads",
          "isRequired": true,
          "name": "x-tenant-id"
        },
        {
          "description": "Optional agent id override for query and claim-check context",
          "name": "x-agent-id"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...