Skip to main content
Glama

Cursor Reviewer MCP

by kodaimaehata
cursor-agent518 B
#!/usr/bin/env node // Stub for testing: emulate Cursor CLI JSON output // Ignores args and always returns a minimal valid review JSON const review = { lgtm: true, status: "approve", rationale: "Stubbed approval for test.", acceptance_checklist: [], must_fixes: [], suggestions: [] }; // Cursor CLI wrapper JSON expected by our parser: { result: stringified_review } const top = { result: JSON.stringify(review) }; process.stdout.write(JSON.stringify(top)); process.stdout.write("\n"); process.exit(0);

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodaimaehata/reviewer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server