io.github.sebbsssss/clude✓
io.github.sebbsssss/clude · v3.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sebbsssss/clude",
"description": "Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.",
"repository": {
"url": "https://github.com/sebbsssss/clude",
"source": "github"
},
"version": "3.0.4",
"websiteUrl": "https://clude.io",
"packages": [
{
"registryType": "npm",
"identifier": "@clude/sdk",
"version": "3.0.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Clude API key from https://clude.io/register",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CORTEX_API_KEY"
},
{
"description": "Clude host URL (defaults to https://clude.io)",
"format": "string",
"default": "https://clude.io",
"name": "CORTEX_HOST_URL"
},
{
"description": "Solana wallet public key used to sign and anchor memories (optional but recommended)",
"format": "string",
"name": "CLUDE_WALLET"
},
{
"description": "Human-readable name for this agent instance",
"format": "string",
"name": "CLUDE_AGENT_NAME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}