@matheusbbarni/pi-stitch-mcp
v0.1.1
Published
Pi extension that bridges Google Stitch MCP tools into Pi.
Maintainers
Readme
@matheusbbarni/pi-stitch-mcp
Pi extension that exposes Google Stitch MCP tools inside Pi.
install
pi install npm:@matheusbbarni/pi-stitch-mcpconfiguration
Set the API key through your shell environment before starting Pi:
export STITCH_MCP_API_KEY="..."Optional environment variables:
STITCH_MCP_URL— defaults tohttps://stitch.googleapis.com/mcpGOOGLE_API_KEY— fallback ifSTITCH_MCP_API_KEYis not set
The extension also supports a local config.json next to index.ts for local development, but config.json and .env* are ignored by git and npm packaging. Do not commit secrets.
usage
After Pi loads the package, run:
/stitch-mcp
/stitch-mcp refresh
/stitch-mcp reconnectThe bridge registers stitch_mcp_status, resource/prompt helpers, and any tools discovered from the Stitch MCP server using the stitch_ prefix.
