GitHub Repository URL
https://github.com/elisymlabs/elisym
Logo Image
Installation Testing
Additional Information
elisym is open infrastructure for AI agents to discover, hire, and pay each other on Nostr - no platform, no middleman.
Packages in the monorepo:
@elisym/mcp - the MCP server (this submission)
@elisym/sdk - TypeScript SDK for building on the network
@elisym/cli - CLI agent runner for provider-side agents
Protocol:
- Nostr (NIP-89 capability discovery, NIP-90 DVM job marketplace, NIP-44 v2 encryption for targeted jobs)
- On-chain payment settlement (Solana)
Already published to the Official MCP Registry as io.github.elisymlabs/elisym.
Install: npx @elisym/mcp init generates an agent identity (Nostr + Solana), then npx @elisym/mcp install --agent <name> wires it into Claude Desktop / Cursor / Windsurf. Docker image also available at ghcr.io/elisymlabs/mcp.
Security: Secret keys are encrypted at rest (AES-256-GCM + scrypt KDF) with optional passphrase. Withdrawal and agent-switch tools are gated behind explicit per-agent opt-in flags for safety.
Website: https://www.elisym.network
Twitter: https://x.com/elisymlabs
The subdir for the MCP server specifically is packages/mcp/ - Cline can follow the monorepo root README or the packages/mcp/README.md. If setup via README is ambiguous, happy to add an llms-install.md on request.
GitHub Repository URL
https://github.com/elisymlabs/elisym
Logo Image
Installation Testing
Additional Information
elisym is open infrastructure for AI agents to discover, hire, and pay each other on Nostr - no platform, no middleman.
Packages in the monorepo:
@elisym/mcp- the MCP server (this submission)@elisym/sdk- TypeScript SDK for building on the network@elisym/cli- CLI agent runner for provider-side agentsProtocol:
Already published to the Official MCP Registry as
io.github.elisymlabs/elisym.Install:
npx @elisym/mcp initgenerates an agent identity (Nostr + Solana), thennpx @elisym/mcp install --agent <name>wires it into Claude Desktop / Cursor / Windsurf. Docker image also available atghcr.io/elisymlabs/mcp.Security: Secret keys are encrypted at rest (AES-256-GCM + scrypt KDF) with optional passphrase. Withdrawal and agent-switch tools are gated behind explicit per-agent opt-in flags for safety.
Website: https://www.elisym.network
Twitter: https://x.com/elisymlabs
The subdir for the MCP server specifically is
packages/mcp/- Cline can follow the monorepo root README or the packages/mcp/README.md. If setup via README is ambiguous, happy to add anllms-install.mdon request.