Tana Connector for AI agents.
10 live capabilities
Automate your knowledge graph and structured data management.
Waiting for input…
Why people use Tana
Tana for Automated Knowledge Graph Organization
This Connector changes that by letting your agent act as your data entry clerk. You can just tell your agent to capture a thought, and it handles the tagging, nesting, and linking automatically. You get a perfectly organized workspace without ever having to click a button.
What Vinkius changes
You get an AI that builds and maintains your knowledge graph for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Turning meeting notes into action items
A project manager asks the agent to 'Create a Meeting Minutes node and add 4 checkbox tasks as children.
- Real-world use case 02
Automating research bookmarking
A researcher asks the agent to 'Save these 5 links as bookmarks and tag them with #Research.
- Real-world use case 03
Building complex hierarchies from a brain dump
A student provides a messy list of biology topics.
Complete set · 10capabilities
The complete Tana capability set.
These are the exact actions your AI can choose when you ask it to work with Tana.
01—04
4 capabilities in this set.
Part of 10 available through Tana.
- 01 Capability
Add node with children
Generates a parent node and multiple child nodes in a single action. It is perfect for building out complex outlines quickly.
- 02 Capability
Add to inbox
Drops a new node directly into your Tana inbox for later review. It is the fastest way to capture quick thoughts or ideas.
- 03 Capability
Add checkbox task
Adds a new todo item with a checkbox to your Tana inbox. You can set the initial completion status to keep your list updated.
- 04 Capability
Add date node
Creates a new node with a specific date format in your Tana inbox. This helps you log chronological events without manual formatting.
05—07
3 capabilities in this set.
Part of 10 available through Tana.
- 05 Capability
Add node
Places a new node into a specific location like your library or inbox. You can give it a custom name to keep your workspace organized.
- 06 Capability
Add node reference
Links a new node to an existing one in your graph. It creates a bidirectional path so you can navigate between related concepts easily.
- 07 Capability
Add tagged node
Creates a new node and applies a specific supertag to it. This is how you categorize data into your predefined ontologies.
08—10
3 capabilities in this set.
Part of 10 available through Tana.
- 08 Capability
Add url bookmark
Saves a web link as a dedicated node in your workspace. This keeps your research resources organized and accessible.
- 09 Capability
Add node with fields
Creates a supertagged node populated with specific JSON data. Use this to instantiate complex objects like people or projects with full attributes.
- 10 Capability
Define supertag
Creates a new supertag definition within your Tana schema. This allows your agent to understand your custom data structures.
Set up in minutes
One URL. Then ask Tana to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tana 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_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tana for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana URL.
- Step 03
Save and start
Save the connection and enable Tana in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tana": {
"url": "https://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana
Open Agent mode in chat and ask: "Using Tana, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tana": {
"url": "https://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana
Ask Copilot: "Using Tana, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tana": {
"url": "https://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana
Open Cascade and ask: "Using Tana, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tana": {
"url": "https://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana
Ask Cline: "Using Tana, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tana --transport http "https://edge.vinkius.com/vk_preview_85FZKjooAVN5eG19P2TZdvvM9KIL49m4crFHgTh1/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 Tana
Ask Claude: "Using Tana, show me...". 10 tools are ready
Where the request belongs
Work Tana can move forward.
This is for the knowledge worker who is drowning in tabs and notes. It's for the person who wants a structured second brain but hates the manual friction of tagging and nesting every single thought.
Knowledge Worker
Uses the Connector to turn messy meeting transcripts into structured project plans with nested tasks.
Research Analyst
Uses the Connector to bookmark research links and automatically tag them with specific project metadata.
Productivity Systems Engineer
Uses the Connector to programmatically build out complex ontologies and supertag schemas.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCognee
Build knowledge graphs from unstructured data. ingest text, extract entities and relationships, and search with graph-aware AI reasoning.
Capacities
Empower your AI agents to build knowledge graphs, append daily notes, and save weblinks directly into your Capacities spaces.
Wikidata
Access the world's largest open knowledge graph—query entities via SPARQL, perform vector searches, and manage structured data directly from your AI agent.
KnowledgeOwl
Manage your knowledge base. list articles, search help content, and audit categories.
Logseq (Knowledge Management)
Manage your knowledge base via Logseq. create pages, insert outliner blocks, and search across your local graph.
Reflect
Equip your AI to read, write, and explore your networked thought graph in Reflect Notes securely via their API.
Bring your own AI
Change the model, client or framework. Keep Tana 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 Tana.
The practical details behind the request, access and result.
How does the Tana MCP help with my personal knowledge management?
It lets your AI agent interact directly with your Tana graph. Instead of you manually moving data, your agent can create notes, apply supertags, and build hierarchies based on your instructions.
Can I use the Tana MCP to create complex nested outlines?
Yes. Your agent can generate a parent node and multiple child nodes in a single command, making it much faster to build out project structures or outlines.
Does the Tana MCP support custom supertags?
Yes, it can define new supertags in your schema. This means your agent can learn your specific organizational rules and apply them to new data automatically.
Can my AI agent bookmark websites in Tana?
Absolutely. You can ask your agent to save any URL as a dedicated node, which keeps your research links organized and searchable within your graph.
Is the Tana MCP good for managing my daily tasks?
It's great for this. Your agent can turn conversation points into checkbox tasks in your Tana inbox, helping you capture action items without leaving your chat.
What kind of Tana account do I need for this Connector?
To use the API required for this Connector, you'll need a Tana Plus or Tana Pro account.
Can it apply Supertags with pre-filled fields?
Yes. Use add_node_with_fields to create a node with a specific Supertag and populate its attributes in a single call.
Are there limits on nested hierarchies?
No practical limits beyond your token window. The add_node_with_children capability accepts arrays of child nodes and populates the hierarchy in a single request.
Which Tana plan is required?
API access is available on Tana Plus and Pro plans. Free accounts do not have API tokens. Generate your token from Workspace Settings in the Tana web app.
One connection away
Give your agent a direct line to Tana.
Connect Tana once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available