How to Use the Aidbase MCP in Claude Code
Pipe your Aidbase support data into any script or command-line tool using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aidbase MCP to Claude Code
Create your Vinkius account to connect Aidbase 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.
Automate KB deployments in your CI/CD pipeline
This is what a real DevOps workflow looks like. Add a step to your GitHub Action that calls Claude Code with `add_aidbase_website_knowledge` whenever your main docs site is deployed. Your knowledge base will always be in sync with your public-facing documentation, with zero manual work. You can also use `list_aidbase_knowledge` to get a manifest of all current items. Pipe that to a file, commit it, and now you have a versioned history of your KB content right in git.
Script your Aidbase monitoring from the terminal
This MCP Server is built for the command line. Write a simple shell script that calls `check_aidbase_status` and sends an alert if it fails. Set up a cron job to run `list_aidbase_inboxes` and `list_aidbase_chatbots` to generate a daily report on all your active support assets. The output is clean text, so you can pipe it to anything. Use `grep` to find a specific chatbot, `jq` to parse details, or `awk` to format a custom report. It's just another command-line tool in your arsenal.
Export support data for backups and analysis
Claude Code makes it simple to pull data out of Aidbase. You can write a script that calls `list_aidbase_chatbots`, then loops through each bot and uses `list_aidbase_chatbot_knowledge` to get all its associated content. Pipe the output to a JSON file, and you've got a clean backup. You can also feed this data into other scripts for analysis. It's a straightforward way to get your data out of the platform and into your own environment.
Set up Aidbase 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 seeaidbase-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Aidbase transactions." It will automatically discover and invoke the available Aidbase tools.
claude mcp add --transport http aidbase-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 Aidbase MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aidbase MCP today
We host it, we monitor it, we maintain it. You just paste one token.