Create and search RemNote knowledge base
remnote-mcp-servermcp_serversetup L3★0
robert7/remnote-mcp-server ↗What it does
Create notes, search, and manage RemNote knowledge base
Best for
When you want agents to create and search your RemNote knowledge base and need two-component architecture (plugin + bridge) for browser compatibility.
Inputs
- · note title and markdown content
- · tag Rem IDs
- · ancestor context
Outputs
- · created note IDs
- · hierarchical markdown trees
- · search results with context
Requires
- · RemNote Automation Bridge plugin
- · RemNote desktop/web app
- · WebSocket connection
Preconditions
- · RemNote desktop/web open
- · RemNote Automation Bridge plugin installed from marketplace
- · compatible versions
Failure modes
- · plugin version mismatch causes 1008 disconnect
- · WebSocket stays local (remote needs tunneling)
- · RemNote app must be open and running
Trust signals
- · version compatibility guide in bridge repo
- · marketplace plugin distribution
- · MIT license
- · codecov CI/CD
- · multi-transport support (stdio, HTTP, SSE)