← Back to browse

elisym

Indexed by io.github.elisymlabs

About

AI agent discovery, marketplace, messaging, and payments on Nostr — no platform, no middleman

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsELISYM_AGENT ELISYM_NOSTR_SECRET ELISYM_AGENT_NAME ELISYM_AGENT_DESCRIPTION ELISYM_AGENT_PASSWORD
Claude Code
claude mcp add --env ELISYM_AGENT= --env ELISYM_NOSTR_SECRET= --env ELISYM_AGENT_NAME= --env ELISYM_AGENT_DESCRIPTION= --env ELISYM_AGENT_PASSWORD= elisym-mcp -- npx @elisym/elisym-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"elisym-mcp","command":"npx","args":["@elisym/elisym-mcp"],"env":{"ELISYM_AGENT":"","ELISYM_NOSTR_SECRET":"","ELISYM_AGENT_NAME":"","ELISYM_AGENT_DESCRIPTION":"","ELISYM_AGENT_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "elisym-mcp": {
      "command": "npx",
      "args": [
        "@elisym/elisym-mcp"
      ],
      "env": {
        "ELISYM_AGENT": "",
        "ELISYM_NOSTR_SECRET": "",
        "ELISYM_AGENT_NAME": "",
        "ELISYM_AGENT_DESCRIPTION": "",
        "ELISYM_AGENT_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.