We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2001Y/coderabbit-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
suggested_commands.md•236 B
- Install dependencies: `npm install`
- Build TypeScript to dist: `npm run build`
- Run MCP server in dev mode (tsx direct): `npm run dev`
- Package entry for clients: `npx -y coderabbit-cli-mcp` (from npm registry or local `npm link`)