Noteit Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Noteit Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="assets/log.png" alt="Noteit MCP" width="180" /> </p>
🩹 The cure for AI "Markdown Hell" - AI prompt library + visual knowledge hub for developers
Noteit-MCP transforms drowning in 5,000-word documents into navigable HTML and logic diagrams instantly. With 60+ expert personas, organize complex ideas without cognitive overload. Makes Specification-Driven Development actually human-readable.
🎥 Noteit MCP in Action - Complete usage walkthrough
<p align="center"> <a href="https://www.youtube.com/watch?v=-cRqrBOzKIc&t=24s"> <img src="https://img.youtube.com/vi/-cRqrBOzKIc/0.jpg" alt="Noteit MCP Demo Video" width="800" /> </a> <br /> <em>🎬 Click to watch the complete demo</em> </p>
<p align="center"> <img src="assets/demo/noteweb.png" alt="Noteit Dashboard" width="800" /> <br /> <em>📊 Unified dashboard with agent profiles and note management</em> </p>
<p align="center"> <img src="assets/demo/noteweb2.png" alt="Agent Profiles" width="800" /> <br /> <em>🤖 40+ pre-built agent templates for different coding tasks</em> </p>
<p align="center"> <img src="assets/demo/noteweb3.png" alt="Note Taking" width="800" /> <br /> <em>📝 AI-readable notes with graph visualizations</em> </p>
Noteit MCP is an HTTP MCP server (Next.js API route) that lets AI coding tools securely access two core systems:
Authentication uses OAuth 2.1 with device fingerprint for IDEs that support it, with an optional API Token flow for other MCP clients. The server endpoint is exposed at /api/mcp.
<p align="center"> <img src="assets/prompt.png" alt="Noteit MCP UI" width="900" /> <br /> <em>60+ expert personas for different coding tasks and workflows</em> </p>
The MCP server is at https://www.noteit-mcp.com/api/mcp.
Create or update ~/.cursor/mcp.json:
{
"mcpServers": {
"noteit-mcp": {
"url": "https://www.noteit-mcp.com/api/mcp"
}
}
}Then restart Cursor. OAuth will be handled automatically.
Use the command-line helper (global scope):
claude mcp add --transport http noteit-mcp https://www.noteit-mcp.com/api/mcpOr project scope:
claude mcp add -s project --transport http noteit-mcp https://www.noteit-mcp.com/api/mcpAdd the server and authenticate:
gemini mcp add --transport http noteit-mcp https://www.noteit-mcp.com/api/mcp
/mcp auth noteit-mcp
/mcp # verify tools are listedLogin at https://www.noteit-mcp.com to obtain an API token.
Through Noteit-MCP, agents can use the following tools:
If Noteit MCP helps streamline your AI workflow, please give it a star! It helps others discover this tool and motivates continued development.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.