← Back to Plugins
MCP Server MCP

io.github.uuaid/mcp

github By github 👁 1 views ▲ 0 votes

Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.

Homepage Verified source GitHub

Install

npx -y @uuaid/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@uuaid/mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "UUAID partner API key. Optional at startup — call the uuaid_signup tool to mint a free-tier key.",
          "format": "string",
          "isSecret": true,
          "name": "UUAID_API_KEY"
        },
        {
          "description": "Client-side memory encryption key (uvk_...). Required for the memory tools; generate with `uuaid vault keygen`.",
          "format": "string",
          "isSecret": true,
          "name": "UUAID_VAULT_KEY"
        },
        {
          "description": "Default agent identity (uuaid:foundation:agent:...) so memory tools bind to it automatically.",
          "format": "string",
          "name": "UUAID_AGENT"
        },
        {
          "description": "API base URL. Defaults to https://api.uuaid.org.",
          "format": "string",
          "default": "https://api.uuaid.org",
          "name": "UUAID_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...