MCP Server
MCP
io.github.uuaid/mcp
Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
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
By
Comments
Sign in to leave a comment