nit-mcp-server
Allows reviewing GitHub pull requests, commits, or files using the nit code review agent.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nit-mcp-serverreview pull request https://github.com/owner/repo/pull/1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
nit-mcp-server
An MCP server that exposes nit's code review agent as tools Claude can call directly, over Streamable HTTP.
Tools
review_local_pathcalls nit-agent'sPOST /reviewwith a local path and streams back the reviewreview_githubcalls nit-agent'sPOST /review/githubwith a PR, commit, or file URL
Related MCP server: baby-gpt
Setup
Make sure
nit-agentis running (defaulthttp://localhost:8080) and Ollama is upcp .env.example .env.localand adjustNIT_AGENT_URLif nit-agent isn't on the default portnpm installnpm run dev
The MCP endpoint is now live at http://localhost:3000/api/mcp
Connecting Claude to it
Claude.ai (custom connector): Settings, Connectors, Add custom connector, paste http://localhost:3000/api/mcp
Claude Desktop or Claude Code (stdio bridge, since local URLs need a bridge):
{
"mcpServers": {
"nit": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:3000/api/mcp"]
}
}
}Notes
review_local_pathsends an absolute path string, so nit-agent and this server need to run on the same machine, same as nit-cli's local reviewThe GitHub token field is optional and only needed for private repos
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ChauAry21/nit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server