nittim
Allows auditing GitHub repositories, including pricing a repo before a run, scanning for committed secrets and vulnerable dependencies, and producing a full security, privacy, reliability, and architecture review with fixes.
Click on "Deploy 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., "@nittimScan this repo for committed secrets and vulnerable dependencies."
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.
nittim MCP
nittim audits code before it ships.
Connect over MCP and your agent can:
Scan a repo or a handful of posted files for committed secrets and known vulnerable dependencies — free, no key needed.
List every check nittim runs, in plain English.
Read the free self-review checklist (
get_loop) — free, no key needed.Price a GitHub repo or a set of files before anything runs — free, no upload required.
Run a full audit and get back a verdict — Production Ready, Production Ready with Conditions, High Risk, or Not Safe — with security, privacy, reliability, and architecture findings, each paired with a fix.
Get a second opinion on any piece of work from an independent judge.
Flag a finding that looks wrong, for a person to review.
A paid audit quotes its price before it runs. Nothing is charged until you confirm.
Try it in 30 seconds
Connect (below), then ask your agent:
Run nittim's
get_loopand review this repo against it.
That reads the free checklist and reviews your code on your own model. Nothing is uploaded and no key is needed. Or ask it to scan_source a file for committed secrets and vulnerable dependencies. Also free.
Related MCP server: vibescan-mcp-server
Connect
Claude Code, as a plugin (adds the server and the nittim-loop skill):
/plugin marketplace add ilanwolberger/nittim-mcp
/plugin install nittim@nittimor just the server:
claude mcp add --transport http nittim https://nittim.com/api/mcpCursor or VS Code: the buttons at the top, or nittim → https://nittim.com/api/mcp in your MCP settings.
Or add it to any MCP client as:
{
"nittim": {
"type": "streamable-http",
"url": "https://nittim.com/api/mcp"
}
}The free tools work right away, no account needed. Paid tools need a key — mint one at nittim.com/keys.
Skills
skills/nittim-loop is a free, local self-review — it walks your assistant
through nittim's public checklist over a
repository you own, on your own model, with nothing uploaded. It reads the
checklist via the get_loop MCP tool when one is connected, or by fetching
https://nittim.com/selfcheck.md directly otherwise.
Claude Code — install the plugin (see Connect above), then run
/nittim:nittim-loop inside a project you want reviewed. Or install the skill
on its own, available in every project:
mkdir -p ~/.claude/skills/nittim-loop && curl -fsSL https://nittim.com/skills/nittim-loop/SKILL.md -o ~/.claude/skills/nittim-loop/SKILL.mdCursor — the same checklist as a project rule (skills/nittim-loop/nittim-loop.mdc), also served live at https://nittim.com/skills/nittim-loop/nittim-loop.mdc:
mkdir -p .cursor/rules && curl -fsSL https://nittim.com/skills/nittim-loop/nittim-loop.mdc -o .cursor/rules/nittim-loop.mdcAny other MCP client — call the get_loop tool directly; no install needed.
Learn more
Full reference, for people and for agents: nittim.com/agents
Listed on Smithery, Glama, cursor.directory and the MCP Registry.
This repository holds the listing manifests for nittim's MCP server, all pointing at the live endpoint above: Open Plugins (plugin.json, .mcp.json), the MCP Registry (server.json), a Claude Code plugin and marketplace (.claude-plugin/), and the nittim-loop skill (SKILL.md for Claude Code, nittim-loop.mdc for Cursor). It carries no other application code. scripts/gate.sh checks the repo's own consistency — manifests agree, both skill copies identical, every URL above resolves — and hooks/pre-push runs a secret scan before anything reaches GitHub (git config core.hooksPath hooks once per clone).
This server cannot be deployed
Maintenance
Related MCP Connectors
Audit GitHub repos for malicious and supply-chain code before you depend on them.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Audit and repair any public GitHub repo. Free survey; paid source, unified diffs and a pull request.
Deep security scans of repos you own from your editor: dependency CVEs, SAST, git-history secrets.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive security scanning of code repositories to detect secrets, vulnerabilities, dependency issues, and configuration problems. Provides real-time security checks and best practice recommendations to help developers identify and prevent security issues.5 npm2MIT
- AlicenseAqualityFmaintenanceEnables scanning projects for leaked secrets and security issues directly from Claude Code, detecting secret categories, dangerous code patterns, and git hygiene issues.21MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered, zero-trust code review with multiple models, supporting single files, git diffs, and multiple files, with security, performance, and architecture checks across 10+ languages.13MIT
- AlicenseAqualityBmaintenanceEnables scanning diffs or code blobs for leaked secrets, returning a verdict with severity and masked findings, all processed locally with no data sent externally.1MIT