io.github.chaelynet/chainmemory✓
io.github.chaelynet/chainmemory · v1.0.1
{}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.chaelynet/chainmemory",
"description": "Permanent blockchain memory for AI agents.",
"repository": {
"url": "https://github.com/chaelynet/chainmemory-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "chainmemory-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for AICHAIN wallet",
"format": "string",
"isSecret": true,
"name": "AICHAIN_KEY"
},
{
"description": "RPC endpoint (default: https://rpc.chainmemory.ai)",
"format": "string",
"name": "AICHAIN_RPC"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}