4,500+ servers built on MCP Fusion
Vinkius
Guru logo
Vinkius
CrewAI logo

How to Use the Guru MCP in CrewAI

Run teams of specialized CrewAI agents to manage, audit, and search your Guru knowledge base.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Guru MCP on Cursor AI Code Editor MCP Client Guru MCP on Claude Desktop App MCP Integration Guru MCP on OpenAI Agents SDK MCP Compatible Guru MCP on Visual Studio Code MCP Extension Client Guru MCP on GitHub Copilot AI Agent MCP Integration Guru MCP on Google Gemini AI MCP Integration Guru MCP on Lovable AI Development MCP Client Guru MCP on Mistral AI Agents MCP Compatible Guru MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Guru MCP to CrewAI

Create your Vinkius account to connect Guru to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative knowledge auditing

The `search_knowledge_base` tool lets a research agent scan for documentation gaps while a writer agent drafts updates. Managing a massive wiki is too much for one agent. Once the researcher identifies a missing piece of info, the writer uses `create_knowledge_card` to fill the gap. They work together in sequence to keep your team's documentation complete.

Autonomous workspace moderation via MCP Server

Use `list_workspace_members` to monitor who has access to specific boards and keep your workspace secure. Keeping your team workspace organized requires constant oversight. This MCP Server gives your autonomous crew the exact tools they need to maintain security compliance. If the agent detects unauthorized or outdated access patterns, it flags them for review.

Automated card lifecycle management

The `list_knowledge_cards` tool lets a monitoring agent find stale entries and pass them to an editor agent. Let your agents handle the tedious work of keeping documentation fresh. The editor agent then gathers new data and runs `update_knowledge_card` to refresh the content. If a card is no longer relevant, it uses `delete_knowledge_card` to archive it.

Setup guide

Set up Guru MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Guru tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Guru Analyst",
    goal="Access and analyze Guru data via MCP.",
    backstory="Expert analyst with direct Guru access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Guru transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Guru MCP in CrewAI

Pass your Vinkius endpoint URL directly into the agent's `mcps` list during initialization. CrewAI automatically discovers and registers the tools for that specific agent.
Yes. Your research agent can run `search_knowledge_base` while your coordinator agent uses `get_card_details` to analyze the content simultaneously.
Agents use `list_access_groups` to check group memberships before sharing or updating sensitive documentation. This prevents agents from exposing restricted cards.
No. The MCP Server exposes everything natively. Your agents can call tools like `list_knowledge_boards` out of the box without any extra coding.
Your wiki cards, board structures, and search logs are protected by Vinkius's zero-trust gateway. Every request runs in an isolated, short-lived session, ensuring your proprietary company knowledge remains strictly confidential.

Start using the Guru MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Guru. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.