Guru Connector for AI agents.
12 live capabilities
Access your company wiki and knowledge cards through natural conversation.
Waiting for input…
Why people use Guru
Guru Wiki Search for Faster Knowledge Retrieval
With this Guru MCP, that manual digging ends. Your AI agent becomes a direct portal to your wiki. Instead of navigating menus, you just ask a question. The agent finds the right card, pulls the content, and gives you the answer in seconds.
What Vinkius changes
Your agent gets a direct, real-time link to your company's verified 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
HR Policy Lookup
An employee asks about the 'Remote Work Policy'.
- Real-world use case 02
Support Troubleshooting
A support rep asks for 'Server Error 500' steps.
- Real-world use case 03
Wiki Maintenance
A manager asks the agent to create a new card for 'Q4 Goals' in the Leadership collection using create_knowledge_card.
Complete set · 12capabilities
The complete Guru capability set.
These are the exact actions your AI can choose when you ask it to work with Guru.
01—04
4 capabilities in this set.
Part of 12 available through Guru.
- 01 Capability
Verify api connection
Check if your connection to Guru is active. Use this to ensure your agent can reach your wiki.
- 02 Capability
Create knowledge card
Create a new card in your wiki. This lets you build out your knowledge base through your AI client.
- 03 Capability
Delete knowledge card
Remove a card from your workspace. Use this to clean up outdated or incorrect information.
- 04 Capability
Get card details
Get the full content of a specific card. This is how your agent reads the actual text of your wiki.
05—08
4 capabilities in this set.
Part of 12 available through Guru.
- 05 Capability
Get collection details
Get metadata for a specific collection. Use this to understand how your knowledge is grouped.
- 06 Capability
List knowledge boards
List all the boards in your workspace. This helps you see where specific collections are pinned.
- 07 Capability
List knowledge cards
List all cards in your workspace. Use this to get an overview of your current documentation.
- 08 Capability
List knowledge collections
List all collections in Guru. This shows your agent the high-level organization of your wiki.
09—12
4 capabilities in this set.
Part of 12 available through Guru.
- 09 Capability
List access groups
List all user groups. Use this to check who has permission to view certain parts of the wiki.
- 10 Capability
List workspace members
List all team members. This helps you verify who has access to your workspace.
- 11 Capability
Search knowledge base
Search all cards for specific keywords. This is the primary way your agent finds answers for you.
- 12 Capability
Update knowledge card
Modify the content of an existing card. Use this to keep your wiki information current and accurate.
Set up in minutes
One URL. Then ask Guru to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Guru 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_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Guru for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru URL.
- Step 03
Save and start
Save the connection and enable Guru in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"guru": {
"url": "https://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru
Open Agent mode in chat and ask: "Using Guru, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"guru": {
"url": "https://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru
Ask Copilot: "Using Guru, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"guru": {
"url": "https://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru
Open Cascade and ask: "Using Guru, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"guru": {
"url": "https://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru
Ask Cline: "Using Guru, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add guru --transport http "https://edge.vinkius.com/vk_preview_7LQXrkSM9XQQOw7JOPYI6ZNaWNzlB4ILMPhRD95j/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 Guru
Ask Claude: "Using Guru, show me...". 12 tools are ready
Where the request belongs
Work Guru can move forward.
This is for knowledge managers who are tired of manual wiki updates, support teams who need instant access to guides, and ops leads who want to automate internal documentation.
Knowledge Manager
They use this to update internal wikis and check card verification statuses without leaving their chat interface.
Customer Support Representative
They use it to pull up real-time troubleshooting guides and product documentation for customers.
Internal Operations Lead
They use it to automate the retrieval of company policies and project boards for new hires.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSlab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Tettra
Search, read, and create internal wiki pages on your Tettra knowledge base directly from your AI agent.
Wiki.js
Manage your Wiki.js instance—create, search, and update documentation pages directly from your AI agent.
KnowledgeOwl
Manage your knowledge base. list articles, search help content, and audit categories.
Glean
Search across all your company apps and docs with AI that understands your organization and surfaces the right answer instantly.
Logseq (Knowledge Management)
Manage your knowledge base via Logseq. create pages, insert outliner blocks, and search across your local graph.
Bring your own AI
Change the model, client or framework. Keep Guru 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 Guru.
The practical details behind the request, access and result.
How does the Guru MCP help my team find information faster?
It connects your Guru wiki directly to your AI agent. Instead of your team searching through folders, they can just ask the agent a question and get the answer from your verified cards instantly.
Can I use the Guru MCP to create new wiki cards?
Yes. You can tell your AI agent to create a new card, and it will add that information to your Guru workspace automatically.
Does the Guru MCP support searching across all collections?
Yes, the search capability looks across your entire knowledge base to find the most relevant cards regardless of which collection they live in.
Is my Guru data secure with this Connector?
The Connector respects your existing Guru workspace permissions. Your agent only has access to the information that your team has already authorized within your Guru account.
Can the Guru MCP update existing cards?
Yes, you can use your AI agent to modify the content of any existing card to keep your documentation up to date without manual editing.
How do I connect my Guru account to this Connector?
You just need to subscribe via the Vinkius Marketplace and provide your Guru Email and API Token from your Team Settings to get started.
How do I get an API Token for Guru?
Log in to Guru, click your avatar > Team Settings > API Access, and you can generate a new user token there.
What is a 'Card' in Guru?
A Card is the fundamental unit of knowledge in Guru. It contains a specific piece of information that can be verified by subject matter experts.
Can I search for knowledge across all collections?
Yes! Use the 'search_knowledge_base' capability. It iterates across all enterprise knowledge silos to find relevant cards based on your query.
How do I find my Collection ID?
Use the 'list_knowledge_collections' capability. The agent will return all accessible collections along with their unique IDs and names.
One connection away
Give your agent a direct line to Guru.
Connect Guru once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available