Reflect Notes Connector for AI agents.
10 live capabilities
Access and manage your networked thought graph and personal notes.
Waiting for input…
Why people use Reflect Notes
Reflect for Knowledge Management and Note Organization
With this Connector, that friction disappears. Your AI agent lives inside your notes. You can ask it to pull information, summarize your previous entries, or log new ideas directly into your graph. You stop moving data and start moving ideas.
What Vinkius changes
Your AI agent gets a direct line to your personal knowledge graph.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Synthesizing Research
A researcher asks the agent to find all the notes they have about a specific topic and summarize the main themes using list_notes.
- Real-world use case 02
Meeting Summaries
A founder asks the agent to log a key decision from a call into their daily note, which triggers an append_daily_note action.
- Real-world use case 03
Content Planning
A writer wants to see what they've read about a topic, so they ask the agent to browse their library using list_books.
Complete set · 10capabilities
The complete Reflect Notes capability set.
These are the exact actions your AI can choose when you ask it to work with Reflect Notes.
01—04
4 capabilities in this set.
Part of 10 available through Reflect Notes.
- 01 Capability
Get backlinks
Shows every other note that links to a specific subject. Use this to see how different ideas in your graph overlap.
- 02 Capability
Get current user
Pulls your profile details from Reflect. This helps the agent understand who is currently logged in.
- 03 Capability
Get note
Grabs the full content and metadata of a specific note. This is how your agent reads your existing knowledge.
- 04 Capability
List books
Shows all the books you've saved or imported. It lets your agent browse your reading list to find specific highlights.
05—07
3 capabilities in this set.
Part of 10 available through Reflect Notes.
- 05 Capability
List graphs
Lists all your different workspaces or graphs. Use this to help the AI figure out which area of your life to look in.
- 06 Capability
List links
Shows all the bookmarks saved in a particular graph. It's a quick way to see what resources you've collected.
- 07 Capability
Append daily note
Adds Markdown text to your daily note. It's great for logging quick thoughts without leaving your chat.
08—10
3 capabilities in this set.
Part of 10 available through Reflect Notes.
- 08 Capability
Create link
Saves a new web link to a specific graph. The AI tries to grab the metadata for you automatically.
- 09 Capability
Create note
Makes a new permanent note in a Reflect graph. You just tell the AI the subject and the content you want to save.
- 10 Capability
List notes
Lists every note inside a specific graph. This helps the agent see the scope of what you have written down.
Set up in minutes
One URL. Then ask Reflect Notes to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Reflect Notes from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Reflect Notes, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Reflect Notes for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Reflect Notes URL.
- Step 03
Save and start
Save the connection and enable Reflect Notes in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"reflect": {
"url": "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Reflect Notes
Open Agent mode in chat and ask: "Using Reflect Notes, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"reflect": {
"url": "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Reflect Notes
Ask Copilot: "Using Reflect Notes, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"reflect": {
"url": "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Reflect Notes
Open Cascade and ask: "Using Reflect Notes, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"reflect": {
"url": "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Reflect Notes
Ask Cline: "Using Reflect Notes, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add reflect --transport http "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Reflect Notes
Ask Claude: "Using Reflect Notes, show me...". 10 tools are ready
Where the request belongs
Work Reflect Notes can move forward.
This is for people who have too much information and need a way to connect the dots. It's for the researcher who has 500 notes and can't find the right one, or the founder who needs to log decisions without breaking their concentration.
Researcher
Finding links between obscure academic papers and personal notes during a deep work session.
Content Creator
Pulling specific highlights from a book to write a blog post or script.
Product Manager
Logging meeting decisions into a daily journal automatically to stay organized.
Knowledge Worker
Building a personal wiki that the AI can actually query to find private context.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCapacities
Empower your AI agents to build knowledge graphs, append daily notes, and save weblinks directly into your Capacities spaces.
Mem AI (Knowledge Workspace)
Manage your knowledge base via Mem.ai. create notes, run AI semantic search, and organize collections.
Save articles, videos, and web pages to read later with a personal content library that syncs across all your devices.
Bear
Manage your Bear notes via AI. search, create, and organize your markdown knowledge base autonomously.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Readwise
Equip your AI to directly search, read, and retrieve your unified digital highlights, books, and Reader documents stored in Readwise.
Bring your own AI
Change the model, client or framework. Keep Reflect Notes connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Reflect Notes.
The practical details behind the request, access and result.
Does the Reflect MCP let my AI read my private notes?
Yes, it gives your AI client direct access to your private notes and graphs so it can provide context-aware answers based on your own data.
Can I use Reflect MCP to write new notes automatically?
You can. Your agent can create new permanent notes or append summaries to your daily journal whenever you ask.
Will the Reflect MCP organize my bookmarks for me?
It can save new links to your graphs and attempt to extract metadata automatically to keep your bookmarks organized.
How do I get my AI to see my book highlights?
The Connector allows your agent to browse your imported library of book highlights so it can reference your past reading.
Is the Reflect MCP good for research?
It's excellent for researchers because it can pull backlinks to see how different ideas in your knowledge graph connect to one another.
Can I use Reflect MCP with my existing daily journaling habit?
Yes, it's designed to help you keep your daily journal updated by appending summaries or tasks directly from your conversations.
Can the agent create new graphs from scratch?
No. The AI via the Connector can fully manage notes, generate fresh links, and organize entries, but you must create top-level workspaces (Graphs) directly within the native Reflect desktop or web applications first.
Will `append_daily_note` overwrite my existing notes for today?
No, append_daily_note strictly adds the provided Markdown blocks to the very bottom of today's Daily Note section in Reflect. It is a completely safe, non-destructive operation preserving your older notes intact.
Can I search notes by standard keywords instead of IDs?
The underlying Reflect API largely focuses on ID-based lookups (note_id). You can request the AI to first list_notes which provides titles for semantic checking, and then it can dynamically chain the ID lookup to read your specific content immediately after.
One connection away
Give your agent a direct line to Reflect Notes.
Connect Reflect Notes once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available