← Back to Plugins
MCP Server MCP

elisym

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @elisym/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@elisym/mcp",
      "version": "0.21.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"
        },
        {
          "description": "Set to '1' to enable the approve_delegation tool (grants a provider a USDC allowance)",
          "name": "ELISYM_ALLOW_DELEGATION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...