# Reflect MCP for AI Agents AI Agent Connect

> Reflect MCP lets your AI agent read, write, and navigate your networked thought graph in Reflect Notes. It gives your agent direct access to your personal knowledge base, allowing it to pull from your notes, manage bookmarks, and update your daily journal without you having to copy and paste anything between windows.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/ai-agent-connect
- **Tags:** networked-thought, backlinks, knowledge-graph, personal-wiki, thought-capture, daily-journaling

## Description

Imagine having a research assistant that actually knows what's in your head. Instead of copy-pasting paragraphs from your notes into a chat window, you can just let your AI agent reach into your Reflect account. It can pull up specific notes, find connections between ideas, and even update your daily journal with summaries of your current projects. This makes it much easier to stay in your flow because the AI isn't guessing what you're talking about; it's looking at the actual context you've already built. Whether you're trying to synthesize a complex research paper or just want to log a quick decision from a meeting, the connection handles the heavy lifting. You get a personalized knowledge broker that understands your private context. This is one of the many high-quality integrations available on Vinkius, making it easy to plug your personal knowledge base directly into your daily workflow. You don't have to worry about manual data entry anymore. You just talk to your agent, and it does the work of finding, organizing, and recording the information for you.

## Tools

### get_backlinks
Shows every other note that links to a specific subject. Use this to see how different ideas in your graph overlap.

### get_current_user
Pulls your profile details from Reflect. This helps the agent understand who is currently logged in.

### get_note
Grabs the full content and metadata of a specific note. This is how your agent reads your existing knowledge.

### list_books
Shows all the books you've saved or imported. It lets your agent browse your reading list to find specific highlights.

### 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.

### list_links
Shows all the bookmarks saved in a particular graph. It's a quick way to see what resources you've collected.

### append_daily_note
Adds Markdown text to your daily note. It's great for logging quick thoughts without leaving your chat.

### create_link
Saves a new web link to a specific graph. The AI tries to grab the metadata for you automatically.

### 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.

### list_notes
Lists every note inside a specific graph. This helps the agent see the scope of what you have written down.

## Prompt Examples

**Prompt:** 
```
Can you find all the notes I have about my home renovation and summarize the main tasks?
```

**Response:** 
```
I've searched your **Home Improvement** graph and found several relevant notes. Here are the main tasks identified:

| Task Area | Status | Notes |
| :--- | :--- | :--- |
| **Kitchen Cabinets** | In Progress | Need to order hardware by Friday.
| **Backyard Deck** | Planning | Waiting on permit approval.
| **Painting** | Not Started | Need to buy weather-resistant primer.

Would you like me to append these to your daily journal?
```

**Prompt:** 
```
I just decided to switch our marketing to a subscription model. Can you log that in my daily note under a 'Decisions' heading?
```

**Response:** 
```
Done! I've added that to your daily note. 

**Decisions**
* Switched marketing strategy to a subscription model (Added today).
```

**Prompt:** 
```
Show me all the books I've saved in my 'Reading List' graph.
```

**Response:** 
```
Here are the books currently in your **Reading List**:

* *Atomic Habits* - Highlighted
* *Deep Work* - Highlighted
* *The Lean Startup* - Highlighted

I can pull highlights from any of these for you if you'd like.
```

## Capabilities

### Pull specific notes
Get the full content of a single note to provide context for your current conversation.

### Search your knowledge graph
Let the AI see how your notes connect to each other to find related information.

### Automate daily journaling
Add summaries and tasks to your daily note automatically from your chat.

### Manage web bookmarks
Save and organize links directly from your conversation without switching apps.

### Retrieve book highlights
Access your library of saved reading insights instantly for research.

### Map out related ideas
See every note that links back to a specific subject to understand connections.

## Use Cases

### 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.

### 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.

### 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.

### Idea Mapping
Someone wants to see how their AI Strategy note connects to other thoughts, triggering a get_backlinks request.

## Benefits

- Stop copy-pasting your notes into the chat. Use get_note to let your agent read your full context instantly.
- Keep your daily journal updated without manual entry. Use append_daily_note to log summaries and tasks automatically.
- Discover hidden connections in your data. Use get_backlinks to see how different topics in your graph relate to each other.
- Build a searchable personal wiki. Use list_notes and list_graphs to let your agent navigate your entire knowledge base.
- Organize your research more efficiently. Use create_link to save bookmarks and list_books to access your reading highlights.

## How It Works

The bottom line is your AI agent gets a direct line to your personal knowledge graph.

1. Authorize the Reflect MCP plugin in your active extensions.
2. Paste your OAuth Access Token from your Reflect developer settings into the integration.
3. Ask your agent to find notes, summarize thoughts, or update your journal.

## Frequently Asked Questions

**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.