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

How to Use the Gotify MCP in CrewAI

Run specialized CrewAI agent teams using this MCP Server to manage Gotify notifications autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Gotify MCP to CrewAI

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

Coordinate team alerts using `send_message`

The `send_message` tool lets your CrewAI agents broadcast critical updates using this MCP Server. A researcher agent finds a system anomaly, and the coordinator agent uses this tool to dispatch an alert instantly. You assign specific Gotify application tokens to different agents based on their roles. This ensures your security agent sends high-priority alerts while your analytics agent logs lower-priority updates.

Audit Gotify users autonomously with CrewAI

The `get_users` tool allows your admin agent to audit the user list on your Gotify server. Our agent scans for unauthorized accounts and compares them against your internal staff database. If the agent detects a deactivated employee, it executes `create_user` or changes permissions to secure the server. The entire process runs in the background without human intervention.

Clean up notification queues programmatically

The `delete_all_messages` tool clears out old notification logs on your Gotify server to prevent database bloat. Your maintenance agent runs this tool on a schedule or when disk space runs low. By checking `get_health` first, the crew ensures the server is stable before running heavy cleanup routines. This keeps your self-hosted instance fast and responsive.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Yes, you can configure your CrewAI agents to set the priority parameter in `send_message`. A moderator agent can escalate critical alerts while ignoring minor system logs.
You pass the server URL directly inside the agent's `mcps` array during initialization. CrewAI automatically discovers all tools, including `get_applications` and `get_clients`.
Yes, they share access to the configured tools through the framework's memory system. One agent can fetch messages using `get_messages` while another sends an alert.
You can use a tool filter to only expose safe tools like `send_message` to your agents. This prevents them from calling destructive tools like `delete_application`.
All message text and admin credentials processed by tools like `create_user` stay within your local python runtime. CrewAI does not store or upload this private data to external cloud services.

Start using the Gotify MCP today

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

Built & Managed by Vinkius 30s setup 22 tools

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

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