Skip to content

v1.0.8

Choose a tag to compare

@mingzilla mingzilla released this 18 Mar 15:51
· 14 commits to main since this release

Everything works!

npx works (connected to e.g. n8n)

This works because the dependencies are not dev ones

docker works

{
  "mcpServers": {
    "pi-api": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_URL=http://localhost:8224/pi/api/v2",
        "-e",
        "PI_API_KEY=XXXXXXXX",
        "mingzilla/pi-api-mcp-server"
      ],
      "disabled": false,
      "autoApprove": [
        "authenticate",
        "keep-session-alive",
        "list-categories",
        "get-category",
        "list-charts",
        "get-chart"
      ]
    }
  }
}

local dev works

  • run in command line