@blitz-planner/mcp-server
v0.1.2
Published
Remote Streamable HTTP MCP server for Blitz Planner.
Readme
Blitz Planner MCP Server
Remote Streamable HTTP MCP server for Blitz Planner.
Full developer documentation lives in docs/DEVELOPER_PLATFORM.md in the Blitz Planner repository.
Install:
npm install -g @blitz-planner/mcp-serverBLITZ_API_BASE_URL=https://api.blitz-planner.com/v1 \
PORT=8787 \
blitz-planner-mcpMCP clients call POST /mcp and must send their Blitz API key per request:
Authorization: Bearer bp_live_...or:
x-blitz-api-key: bp_live_...The server is intentionally multi-user safe: it does not use a shared Blitz API key.
