FlowUs Connector for AI agents.
10 live capabilities
Manage your knowledge base and project databases through conversation.
Waiting for input…
Why people use FlowUs
FlowUs Knowledge Management for Organized Teams
FlowUs changes that by letting your agent do the navigating for you. Instead of hunting for a file, you just ask your agent to find it. You get straight answers from your workspace without the friction of a manual search.
What Vinkius changes
You get a conversational interface for your entire knowledge base.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Querying high-priority bugs
A product manager asks the agent to query_database for 'High' priority items in the bug tracker to see what needs immediate attention.
- Real-world use case 02
Finding research notes
A researcher uses list_pages to find the right folder and list_blocks to see the content of specific study notes.
- Real-world use case 03
Onboarding new team members
An ops lead uses list_users to check permissions and create_page to set up a welcome document for a new hire.
Complete set · 10capabilities
The complete FlowUs capability set.
These are the exact actions your AI can choose when you ask it to work with FlowUs.
01—04
4 capabilities in this set.
Part of 10 available through FlowUs.
- 01 Capability
Create page
Generate a brand new FlowUs page. Use this to start new projects or documentation folders instantly.
- 02 Capability
Get database
Pull the schema for a specific database. This helps your agent understand how your data is structured.
- 03 Capability
Get page
Fetch all the details for a specific page. It's the quickest way to see what's inside a specific document.
- 04 Capability
List blocks
Pull all content blocks from a page. This lets your agent read the specific text and media you've stored.
05—07
3 capabilities in this set.
Part of 10 available through FlowUs.
- 05 Capability
List pages
Get a complete list of every page in your workspace. This is the starting point for navigating your knowledge base.
- 06 Capability
List users
See who has access to your workspace. Use this to manage team permissions and collaboration.
- 07 Capability
Query database
Search through database rows for specific information. It's like running a search query but through a conversation.
08—10
3 capabilities in this set.
Part of 10 available through FlowUs.
- 08 Capability
Update page
Modify the content of an existing page. Use this to keep your documentation accurate as projects evolve.
- 09 Capability
List databases
Get a list of all databases in your workspace. Use this to see what data sets are available to query.
- 10 Capability
Create database row
Add a new entry to a FlowUs database. It's perfect for logging new feedback or tasks.
Set up in minutes
One URL. Then ask FlowUs to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use FlowUs 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_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable FlowUs for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs URL.
- Step 03
Save and start
Save the connection and enable FlowUs in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flowus": {
"url": "https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs
Open Agent mode in chat and ask: "Using FlowUs, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flowus": {
"url": "https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs
Ask Copilot: "Using FlowUs, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flowus": {
"url": "https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs
Open Cascade and ask: "Using FlowUs, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flowus": {
"url": "https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs
Ask Cline: "Using FlowUs, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flowus --transport http "https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/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 FlowUs
Ask Claude: "Using FlowUs, show me...". 10 tools are ready
Where the request belongs
Work FlowUs can move forward.
This is for the knowledge worker who is drowning in notes, the product manager juggling a hundred requirements, or the researcher who needs to organize a massive amount of data without the manual overhead.
Product Manager
Tracks feature requirements and updates roadmap databases without leaving their chat window.
Knowledge Worker
Organizes personal notes and project documentation through natural language commands.
Operations Lead
Manages team wikis and shared databases to keep the whole company on the same page.
Researcher
Builds and queries complex research databases to find connections between notes quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWolai
All-in-one information organization and collaboration platform. manage pages, databases, and blocks via AI.
Logseq (Knowledge Management)
Manage your knowledge base via Logseq. create pages, insert outliner blocks, and search across your local graph.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Ayanza
AI-powered project management and team collaboration. manage tasks, projects, and wikis via AI.
Confluence
Empower your AI agent to search, read, and create Confluence wiki pages directly from chat.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep FlowUs 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 FlowUs.
The practical details behind the request, access and result.
Can FlowUs help me organize my team's wiki?
Yes, the FlowUs MCP lets your agent manage your wiki pages and content. You can ask it to create new documentation, update existing pages, or find specific info across your entire workspace.
How does FlowUs work with my AI agent?
Once you connect it via Vinkius, your agent can see and do things in FlowUs. It can list your pages, read block content, and even add new rows to your databases based on your commands.
Can I use FlowUs to manage project databases?
Absolutely. This Connector is designed to handle multi-dimensional databases. Your agent can query specific rows, create new entries, and help you keep your project data organized.
Does FlowUs support multi-user collaboration?
Yes, the Connector includes capabilities to list workspace users. This makes it easy for your agent to help manage who has access to your shared knowledge base and team workspaces.
Is FlowUs good for personal note-taking?
It's great for it. If you use FlowUs for personal notes, the Connector allows your agent to help you organize those notes into pages and find specific blocks of information instantly.
How do I get started with FlowUs and my AI client?
You just need to subscribe to the FlowUs MCP on Vinkius and provide your API token. From there, you can start asking your agent to manage your pages and databases immediately.
How do I find my FlowUs API Token?
Log in to FlowUs, go to [Settings] → [Integrations] → [Bot Integrations], and create a new integration to generate your API Token.
Can I search for specific data within a database?
Yes. Use the query_database capability with the database ID. You can optionally provide a JSON filter string to narrow down the results based on your criteria.
What is a 'Block' in FlowUs?
Like Notion, FlowUs uses a block-based structure. Everything from a paragraph of text to an image or a sub-page is considered a block. You can list these using the list_blocks capability.
One connection away
Give your agent a direct line to FlowUs.
Connect FlowUs once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available