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

How to Use the Axiom MCP in CrewAI

Deploy a crew of specialized AI agents to analyze Axiom logs, manage monitors, and coordinate incident response with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Axiom MCP to CrewAI

Create your Vinkius account to connect Axiom 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 log analysis teams

The `run_query` tool lets your CrewAI analyst agents scan raw datasets for security anomalies or performance bottlenecks. One agent can write and execute APL queries while a second agent evaluates the results. This cooperative execution allows for deep, multi-layered log investigations. If the analyst agent finds an issue, it passes the context to a coordinator agent to quickly isolate the affected services.

Autonomous incident escalation

The `create_monitor` tool enables your CrewAI operations team to establish new watchdogs when fresh code deploys. A specialized monitoring agent continuously checks system behavior and sets up alerts automatically. When an alert fires, the crew runs `list_notifiers` to find the correct on-call channel. They immediately route the diagnostic data to Slack or PagerDuty, cutting down response times during critical outages.

Smart dataset maintenance via MCP Server

The `list_datasets` tool allows your CrewAI team to audit storage usage and clean up abandoned staging environments. A dedicated maintenance agent reviews active datasets to identify unused resources. After compiling the inactive list, the agent coordinates with a supervisor agent to run `delete_dataset` safely. This keeps your observability billing in check without requiring manual database auditing.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass your Vinkius MCP endpoint URL directly into the agent's `mcps` array. CrewAI automatically discovers the tools and exposes them to your specialized agents.
Yes, use the MCP server class from `crewai.mcp` and apply a `tool_filter`. This lets you prevent a junior agent from executing destructive actions like `delete_dataset`.
CrewAI's shared memory system allows an analyst agent running `run_query` to pass the raw log outputs directly to a reporter agent. They collaborate on the data without re-running the query.
The framework supports stdio, SSE, and Streamable HTTP. For managed Vinkius hosting, you will typically configure the SSE or HTTP transport using your secure endpoint.
Absolutely. Your log datasets, query responses, and API tokens are never exposed to external model providers. Vinkius runs the execution environment inside ephemeral, zero-trust sandboxes to guarantee data isolation.

Start using the Axiom MCP today

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

Built & Managed by Vinkius 30s setup 31 tools

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

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