Kolide Connector for AI agents.
10 live capabilities
Audit endpoint security and manage device health across your entire fleet.
Waiting for input…
Why people use Kolide
Kolide Endpoint Security Audit
This Connector lets you just ask your agent to do the work. Instead of hunting for data, you tell your agent to find all devices with outdated OS versions or list every user without a managed device. You get a clear answer in seconds.
What Vinkius changes
You get a natural language interface for your entire fleet's security data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Identifying high-risk machines
A security engineer needs to find all devices with disabled encryption.
- Real-world use case 02
Verifying hardware ownership
An IT admin wants to know who owns a specific laptop found in the office.
- Real-world use case 03
Generating fleet health reports
A manager needs a weekly report on fleet health.
Complete set · 10capabilities
The complete Kolide capability set.
These are the exact actions your AI can choose when you ask it to work with Kolide.
01—04
4 capabilities in this set.
Part of 10 available through Kolide.
- 01 Capability
Get device details
Pulls specific data for a single machine when you need to troubleshoot a particular unit. It gives you the granular details you need.
- 02 Capability
List kolide issues
Shows all security problems across the fleet so you can prioritize repairs. Use it to spot the most critical risks first.
- 03 Capability
List kolide people
Shows all users managed in your system to help with ownership tracking. It makes it easy to see who is active in your fleet.
- 04 Capability
Get person details
Retrieves specific profile information for a user in your fleet. Use this to verify user assignments and status.
05—07
3 capabilities in this set.
Part of 10 available through Kolide.
- 05 Capability
List kolide checks
Lists every security check currently running so you know what's being audited. It gives you a full view of your security policy.
- 06 Capability
Get check details
Explains the specific parameters and results of a single security check. It helps you see exactly why a device failed a requirement.
- 07 Capability
List kolide audit logs
Pulls the chronological history of admin actions and security events. It's essential for maintaining a clear audit trail.
08—10
3 capabilities in this set.
Part of 10 available through Kolide.
- 08 Capability
Get kolide fleet stats
Gives you a quick snapshot of total devices, online status, and issue counts. It's the best way to get a high-level health summary.
- 09 Capability
List kolide devices
Lists every device in your fleet to help you understand your total hardware footprint. It's the quickest way to see everything you're managing.
- 10 Capability
Get issue details
Provides deep-dive information on a specific vulnerability or configuration error. It helps you understand the root cause of a problem.
Set up in minutes
One URL. Then ask Kolide to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kolide from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kolide, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kolide for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kolide URL.
- Step 03
Save and start
Save the connection and enable Kolide in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kolide": {
"url": "https://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kolide
Open Agent mode in chat and ask: "Using Kolide, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kolide": {
"url": "https://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kolide
Ask Copilot: "Using Kolide, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kolide": {
"url": "https://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kolide
Open Cascade and ask: "Using Kolide, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kolide": {
"url": "https://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kolide
Ask Cline: "Using Kolide, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kolide --transport http "https://edge.vinkius.com/vk_preview_IxpJHD6HTbvQIvcvAz5O4PvMjzMVYwv1YW8pZf8H/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kolide
Ask Claude: "Using Kolide, show me...". 10 tools are ready
Where the request belongs
Work Kolide can move forward.
This is for IT admins and security engineers who are tired of manually auditing hundreds of laptops to find security gaps.
IT Manager
Tracks hardware lifecycle and user assignments during employee onboarding and offboarding.
Security Analyst
Monitors for high-risk vulnerabilities and compliance failures to keep the network safe.
Endpoint Administrator
Checks device health and audit logs to troubleshoot specific hardware issues on a daily basis.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVanta
Manage your automated compliance and security posture. Audit users, devices, vendors, and vulnerabilities directly from your AI agent.
Intruder
Automate vulnerability scanning and security monitoring via Intruder.io API.
CrowdStrike Falcon
Detect threats, manage endpoints, investigate incidents, and query telemetry from CrowdStrike Falcon. the #1 endpoint detection and response platform.
Halo Security
Automate attack surface management via Halo Security. monitor assets, scans, and vulnerabilities directly from any AI agent.
Fleetio
Manage vehicles, track maintenance, and monitor fuel entries via AI agents with Fleetio.
Senar.io
Detect and respond to security threats with AI-powered SIEM that correlates events across your infrastructure in real time.
Bring your own AI
Change the model, client or framework. Keep Kolide connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kolide.
The practical details behind the request, access and result.
Can I use Kolide MCP to see who has which company laptop?
Yes, you can ask your agent to list all people and their associated devices to see exactly who owns what hardware in your fleet.
How does Kolide MCP help with security audits?
It lets you query your entire fleet for specific security issues and audit logs, making it much faster to identify vulnerabilities and maintain compliance.
Can I get a summary of my fleet's health?
You can ask for a high-level summary of your fleet stats, including total devices, online status, and active issue counts in one go.
Does Kolide MCP show me specific security check failures?
Yes, you can pull details on any specific security check to see exactly why a device failed a certain requirement or policy.
Can I see the history of admin actions with Kolide MCP?
You can use the audit logs to see a chronological history of all administrative and security events in your fleet for better oversight.
Is Kolide MCP good for tracking new device enrollments?
It's great for this because you can quickly check fleet stats and list new devices to monitor your inventory growth as it happens.
Where do I find my Kolide API Token?
Log in to the Kolide dashboard, navigate to Settings in the bottom left, and select the API tab to generate a token.
Can I see hardware details of a device?
Yes, the get_device_details capability returns hardware specifications along with security data.
Does this support multi-tenant accounts?
The API key is typically scoped to a specific organization. Ensure you are using the token for the desired fleet.
One connection away
Give your agent a direct line to Kolide.
Connect Kolide once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available