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

How to Use the Nhost MCP in CrewAI

Deploy specialized agent teams to manage Nhost auth and storage with CrewAI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Nhost MCP to CrewAI

Create your Vinkius account to connect Nhost 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

Multi-agent user management in CrewAI

The `signup_email_password` tool allows your registration agent to provision new accounts while a separate auditor agent verifies the profile details. They coordinate through shared memory to ensure only valid users get created. If a profile needs verification, the moderator agent calls `signin_otp_email` to send a one-time passcode. Once the user provides the code, the crew updates the account status autonomously.

Multi-agent file moderation via MCP Server

The `get_file` tool retrieves uploaded assets so your analyzer agent can inspect them for policy compliance. If the file violates rules, the moderator agent immediately executes `delete_file` to remove it from your bucket. For approved assets, the storage agent runs `get_file_presigned_url` to generate temporary download links. These links are then automatically shared with the rest of the crew for downstream processing.

Shared session persistence

The `refresh_token` tool ensures all agents in your crew share a valid authentication state when interacting with protected endpoints. When one agent updates the token, the new JWT is shared across the crew's common memory. When the operational cycle finishes, the coordinator agent executes `signout` to terminate the shared session. This prevents stale credentials from remaining active in your environment.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

One agent can generate the file metadata and pass it to a storage agent that calls `upload_file`. The resulting metadata is saved in the crew's shared memory, allowing other agents to access the file immediately.
Yes, your support agent can call `reset_password` when a user requests help. The agent initiates the password reset flow, and the backend handles sending the recovery email directly to the user.
The crew's coordinator agent monitors the session and calls `refresh_token` whenever the JWT nears expiration. This keeps the database connection active for all agents working on the task.
Yes, you can use CrewAI's tool filtering to expose `get_user` only to your admin agent, while restricting your research agents to basic storage tools like `get_file`.
Highly secure. File data retrieved via `get_file` is processed in memory and never written to disk. The server uses ephemeral V8 sandboxes to ensure that no file content or user details persist after the task ends.

Start using the Nhost MCP today

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

Built & Managed by Vinkius 30s setup 15 tools

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

No hosting. No infrastructure. No complex setup.
All 15 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.