elisym✓
io.github.elisymlabs/elisym · v0.11.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.elisymlabs/elisym",
"description": "AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman",
"title": "elisym",
"repository": {
"url": "https://github.com/elisymlabs/elisym",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.11.1",
"websiteUrl": "https://www.elisym.network",
"packages": [
{
"registryType": "npm",
"identifier": "@elisym/mcp",
"version": "0.11.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Name of an elisym agent identity (reads config from ~/.elisym/<name>/elisym.yaml)",
"name": "ELISYM_AGENT"
},
{
"description": "Nostr secret key (hex or nsec) for ephemeral mode. Auto-generates if omitted",
"isSecret": true,
"name": "ELISYM_NOSTR_SECRET"
},
{
"description": "Agent display name for ephemeral mode (default: mcp-agent)",
"name": "ELISYM_AGENT_NAME"
},
{
"description": "Network for ephemeral mode. Only 'devnet' is supported (default: devnet)",
"name": "ELISYM_NETWORK"
},
{
"description": "Passphrase to decrypt encrypted agent configs (required if config was encrypted)",
"isSecret": true,
"name": "ELISYM_PASSPHRASE"
},
{
"description": "Set to '1' to override per-agent security.withdrawals_enabled flag (CI use)",
"name": "ELISYM_ALLOW_WITHDRAWAL"
},
{
"description": "Set to '1' to override per-agent security.agent_switch_enabled flag",
"name": "ELISYM_ALLOW_AGENT_SWITCH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}