
NoteMCP
Share Markdown notes between Claude Code, Cursor, and other MCP clients from one hosted NoteMCP workspace.
Overview
NoteMCP is a MCP server for the Build phase that provides shared Markdown notes accessible to MCP-compatible AI coding tools via a hosted HTTP endpoint.
What is this MCP server?
- Hosted streamable-http MCP at note-mcp.vercel.app with Bearer nmcp_ token auth
- Shared Markdown notes readable and writable across MCP-compatible AI tools
- Token generation at /mcp-config on the NoteMCP service
- Version 1.0.0 registry entry with GitHub source at jithinlalk25/NoteMCP
- No local database setup—remote-only connection for quick agent onboarding
- Registry version 1.0.0
- Single remote URL: https://note-mcp.vercel.app/mcp
- Auth: required secret Bearer token prefix nmcp_ from /mcp-config
What problem does it solve?
Context scattered across chats and machines means agents never see the same project notes you updated yesterday in another tool.
Who is it for?
Solo builders who juggle multiple MCP clients and want a simple cloud note pad agents can maintain alongside code.
Skip if: Teams that require notes only in Git, strict on-prem data residency, or rich wiki features beyond Markdown.
What do I get? / Deliverables
After you add the remote MCP URL and nmcp Bearer token, assistants can read and update one shared Markdown note store during build and debug work.
- Central shared Markdown notes visible to configured MCP agents
- Remote MCP connection profile with Authorization header
Recommended MCP Servers
Journey fit
While building agent-powered products, builders need persistent shared context that travels across sessions and tools—not siloed chat history. Agent-tooling covers MCP servers that extend what assistants can read and write; NoteMCP is literal shared note storage for those agents.
How it compares
Hosted shared-notes MCP, not a repo-local docs skill or full knowledge base product.
Common Questions / FAQ
Who is NoteMCP for?
Indie developers using several AI agents who want one shared Markdown notebook instead of re-pasting context into every session.
When should I use NoteMCP?
Use it when you start a build or refactor and need durable specs, checklists, and API notes that every MCP client can see.
How do I add NoteMCP to my agent?
Open NoteMCP /mcp-config to create a Bearer token, then register https://note-mcp.vercel.app/mcp with Authorization Bearer nmcp_... in your Claude Code or Cursor MCP settings.