How to Use the CHATFLY MCP in Claude Code
Manage CHATFLY deployments, train bots, and pipe conversation logs from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CHATFLY MCP to Claude Code
Create your Vinkius account to connect CHATFLY to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Train Bots via the Claude Code MCP Server
The `trigger_bot_training` tool initiates CHATFLY bot training runs directly from your Claude Code terminal session. Claude Code runs this command inside your CI/CD pipelines to rebuild your CHATFLY bot's knowledge base every time you push documentation updates to main. You pipe this CHATFLY output to other command-line tools to monitor the training progress inside the Claude Code shell. The Claude Code agent handles the CHATFLY API requests in the background, letting you focus on your deployment scripts.
Extract Chat Logs to Terminal Pipes
The `get_conversation_history` tool dumps raw JSON transcripts of CHATFLY support chats directly into your Claude Code terminal stdout. Claude Code pipes this CHATFLY data into local analysis scripts or grep commands to filter for errors. It uses `list_fly_conversations` to grab the latest active CHATFLY session IDs before Claude Code pulls the full transcripts. This terminal-first approach lets you use Claude Code to script automated checks on your CHATFLY support quality.
Audit Account Quotas in Your Shell
The `get_chatfly_account_info` tool queries your active CHATFLY usage limits and message quotas directly from the Claude Code command line. Claude Code uses this MCP server to check these CHATFLY metrics before running high-volume automated testing scripts. It combines this with `list_chatfly_bots` to give you a complete Claude Code terminal printout of your active CHATFLY agents and their resource usage. You get a clean text summary inside Claude Code without loading a heavy CHATFLY web console.
Set up CHATFLY MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seechatfly-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CHATFLY transactions." It will automatically discover and invoke the available CHATFLY tools.
claude mcp add --transport http chatfly-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 CHATFLY MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CHATFLY MCP today
We host it, we monitor it, we maintain it. You just paste one token.