Odel
Boltwork

Boltwork

Local
@squidboy30PythonUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIboltwork-mcpv0.1.12

Run

uvx boltwork-mcp

MCP client config

{
  "mcpServers": {
    "boltwork": {
      "command": "uvx",
      "args": [
        "boltwork-mcp"
      ]
    }
  }
}