Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This
Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a. The ndlovu mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.
A Gemini-CLI (for now), powered code review assistant that runs as a Model Context Protocol (MCP) server.
Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
gemini) installed and authenticated. See the Gemini quickstart for setup instructions.Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
{
"mcpServers": {
"ndlovu-code-reviewer": {
"command": "node",
"args": ["/absolute/path/to/ndlovu-code-reviewer/dist/index.js"],
"cwd": "/absolute/path/to/ndlovu-code-reviewer"
}
}
}Configuration as documented by the project. Restart the client after saving.
gemini) installed and authenticated. See the Gemini quickstart for setup instructions.Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.