Vinkius
ThinkStack logo
Vinkius
Vinkius runs on CrewAI

How to Use the ThinkStack MCP in CrewAI

Build complex, multi-agent operations using ThinkStack and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ThinkStack MCP on Cursor AI Code Editor MCP Client ThinkStack MCP on Claude Desktop App MCP Integration ThinkStack MCP on OpenAI Agents SDK MCP Compatible ThinkStack MCP on Visual Studio Code MCP Extension Client ThinkStack MCP on GitHub Copilot AI Agent MCP Integration ThinkStack MCP on Google Gemini AI MCP Integration ThinkStack MCP on Lovable AI Development MCP Client ThinkStack MCP on Mistral AI Agents MCP Compatible ThinkStack MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect ThinkStack MCP to CrewAI

Create your Vinkius account to connect ThinkStack to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Define Agent Roles and Tools

You start by listing the agents with `list_bots` to see what specialized bots you have. Then, use `get_bot` if you need specific details on a single bot's profile. If an agent needs new capabilities, define them using `add_source`, giving it access to external knowledge or tools.

Orchestrate Bot Actions

The core of the workflow is defining what actions are possible. Call `list_actions` to see the full set of available functions for your crew. You'll then use these definitions when building complex, multi-step processes. Need to change a tool? The server lets you manage this via its API endpoints.

Track Shared Memory and Process State

For autonomous operations, remembering the context is everything. Use `list_conversations` to see every session that has run through your crew. You can then grab details on a specific thread using `get_conversation`. This shared memory allows one agent's output to become another agent's input without needing manual handoffs.

Setup guide

Set up ThinkStack 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 ThinkStack tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent ThinkStack 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 ThinkStack MCP in CrewAI

You run `check_thinkstack_status` directly. This verifies the connectivity of your entire MCP Server setup before you kick off a multi-agent workflow.
It's simple: use `list_bots`. This tool gives you an inventory of every specialized agent running in your crew. You can then inspect any one bot using `get_bot`.
It manages the definition and state of bot actions, which is a structural tool definition data type. The server tracks what tools are available to your autonomous crew members.
You call `list_actions`. This gives you a complete list of the actions that can be executed across your entire multi-agent system. It's crucial for debugging workflows.
Yes. The server handles knowledge source data. When you add or delete sources, the content remains managed by ThinkStack, maintaining system integrity for your crew.

Start using the ThinkStack MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.