Skip to main content
Glama

Review MCP Server

by je4550
package.json599 B
{ "name": "review-mcp", "version": "1.0.0", "description": "MCP server for code reviews using Codex and Gemini CLIs", "type": "module", "main": "dist/index.js", "bin": { "review-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js" }, "keywords": [ "mcp", "code-review", "ai", "codex", "gemini" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.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/je4550/review-mcp'

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