liz-whiteboard-mcp

MCPReference

by LizardLiang

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcphybrid

MCP configuration

stdio

Environment

  • DATABASE_URL

    SQLite file path, e.g., file:/abs/path/data/app.db

  • MCP_DEV_AUTH

    Dev only: enable stub verifier (set to 'stub')

  • OAUTH_ISSUER

    Public issuer URL of the Authorization Server

  • LIZ_SOCKET_URL

    Collaboration Socket.IO server URL (e.g., ws://localhost:3010)

  • OAUTH_JWKS_URL

    Optional JWKS URL (defaults to {issuer}/.well-known/jwks.json)

  • MCP_DEV_USER_ID

    Dev only: UUID of the user to impersonate

  • MCP_LISTEN_ADDR

    Listen address (default 127.0.0.1:3011)

  • COLLAB_TOKEN_URLsecret

    AS collab-token endpoint

  • MCP_RESOURCE_URI

    Canonical public URI of this server (expected token aud)

  • MCP_CLIENT_SECRETsecret

    Confidential-client secret for minting collaboration tokens

  • MCP_DEV_STUB_TOKENsecret

    Dev only: stub token value

  • COLLAB_RESOURCE_URI

    Collaboration token audience

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.