MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"noteit-mcp": {
"url": "https://www.noteit-mcp.com/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🩹 The cure for AI "Markdown Hell" - AI prompt library + visual knowledge hub for developers
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.bahfahh/noteit-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🩹 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
🎬 Click to watch the complete demo
📊 Unified dashboard with agent profiles and note management
🤖 40+ pre-built agent templates for different coding tasks
📝 AI-readable notes with graph visualizations
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.
60+ expert personas for different coding tasks and workflows
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/mcp
Or project scope:
claude mcp add -s project --transport http noteit-mcp https://www.noteit-mcp.com/api/mcp
Add 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 listed
Login at https://www.noteit-mcp.com to obtain an API token.
Through Noteit-MCP, agents can use the following tools: