← Back to Plugins
MCP Server MCP

Boltwork

github By github 👁 1 views ▲ 0 votes

AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.

Homepage Verified source GitHub

Install

uvx boltwork-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "boltwork-mcp",
      "version": "0.1.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Nostr Wallet Connect string (e.g. from Alby or Mutiny). Required if not using Phoenixd.",
          "isSecret": true,
          "name": "NWC_CONNECTION_STRING"
        },
        {
          "description": "Phoenixd base URL e.g. http://localhost:9740. Required if not using NWC.",
          "name": "PHOENIXD_URL"
        },
        {
          "description": "Phoenixd HTTP Basic auth password. Required if using Phoenixd.",
          "isSecret": true,
          "name": "PHOENIXD_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...