nw-product-report-mcp
v0.6.0
Published
stdio MCP proxy for the NW Product Report / Gravity issues HTTP MCP (tools forwarded to your deployed /api/mcp)
Maintainers
Readme
nw-product-report-mcp
stdio MCP proxy for the NW Product Report HTTP MCP (POST /api/mcp). Cursor spawns this process; the process forwards tools/list and tools/call to your deployed API with a bearer token.
Requirements
- Node.js 18+
GRAVITY_ISSUES_TOKEN— same secret asGRAVITY_ISSUES_TOKENon Vercel for/api/mcp- Optional:
GRAVITY_ISSUES_MCP_URL— defaulthttps://product.newwork.com/api/mcp
Cursor
- Workspace is
NW Product Report(parent folder): use.cursor/mcp.jsonat that root (runsproduct-report/nw-product-report-mcp/cli.mjs). - Workspace is
product-report(git root): useproduct-report/.cursor/mcp.jsoninstead.
Copy product-report/.cursor/mcp.env.example → product-report/.cursor/mcp.env and set GRAVITY_ISSUES_TOKEN. Reload MCP in Cursor after changes.
Publish (maintainers)
cd product-report/nw-product-report-mcp
npm login
npm publish --access publicOn other machines (without this repo), use npx:
CLI
npx -y nw-product-report-mcp@latestVersion
Package version is aligned with the HTTP MCP serverInfo.version when tools change (e.g. 0.6.0 for product-features tools).
