Fastly Connector for AI agents.
12 live capabilities
Manage your edge computing and CDN configurations through natural language.
Waiting for input…
Why people use Fastly
Fastly for Edge Computing and CDN Management
With this Connector, you just tell your AI agent what to do. You can activate a version or purge a cache by describing the goal in plain English. You get the result in seconds without ever leaving your chat window.
What Vinkius changes
You get a direct command line for your edge cloud powered by natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Cache Clear
A developer notices a stale asset on the live site and asks the agent to purge all cache for the production service.
- Real-world use case 02
Hotfix Deployment
An SRE needs to push a security patch and tells the agent to activate version 22 for the main CDN service.
- Real-world use case 03
Origin Audit
A cloud architect wants to verify that the staging environment is pointing to the correct AWS origin using list_version_backends.
Complete set · 12capabilities
The complete Fastly capability set.
These are the exact actions your AI can choose when you ask it to work with Fastly.
01—04
4 capabilities in this set.
Part of 12 available through Fastly.
- 01 Capability
Create service
Creates a new Fastly service. Use this to set up new environments quickly.
- 02 Capability
Delete service
Removes a specific Fastly service. This helps keep your account clean.
- 03 Capability
Get me
Checks your current API token identity. Use this to verify your connection is active.
- 04 Capability
Get service
Retrieves all details for a specific service. It's great for quick audits.
05—08
4 capabilities in this set.
Part of 12 available through Fastly.
- 05 Capability
List version backends
Lists all backend origins for a specific service version. Use this to verify upstream connections.
- 06 Capability
List version domains
Lists all domains for a specific service version. This helps you audit your edge routing.
- 07 Capability
List services
Lists all services in your account. It's the quickest way to see your full fleet.
- 08 Capability
List service versions
Lists all configuration versions for a service. Use this to see your deployment history.
09—12
4 capabilities in this set.
Part of 12 available through Fastly.
- 09 Capability
Activate service version
Promotes a specific configuration version to live status. This is the fastest way to push a hotfix.
- 10 Capability
Get service stats
Pulls usage statistics for a service. Use this to monitor traffic patterns.
- 11 Capability
Get service version
Shows details for a specific version. It helps you see what's currently active.
- 12 Capability
Purge all cache
Purges all cached content for a specific service. Use this to clear stale data globally.
Set up in minutes
One URL. Then ask Fastly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fastly 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_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fastly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly URL.
- Step 03
Save and start
Save the connection and enable Fastly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fastly": {
"url": "https://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly
Open Agent mode in chat and ask: "Using Fastly, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fastly": {
"url": "https://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly
Ask Copilot: "Using Fastly, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fastly": {
"url": "https://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly
Open Cascade and ask: "Using Fastly, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fastly": {
"url": "https://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly
Ask Cline: "Using Fastly, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fastly --transport http "https://edge.vinkius.com/vk_preview_DoQHJFChafBsNpZF2vkvStONLhFdmK4tw0VbuS3U/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 Fastly
Ask Claude: "Using Fastly, show me...". 12 tools are ready
Where the request belongs
Work Fastly can move forward.
The DevOps engineer who's tired of clicking through the Fastly dashboard at 2 AM to push an emergency hotfix or clear a stuck cache.
SRE / DevOps Engineer
Pushes hotfixes and clears cache during incidents using natural language commands to reduce mean time to resolution.
Cloud Architect
Audits backend origin mappings and domain configurations to ensure correct routing across the edge.
Security Engineer
Activates new configuration versions and monitors WAF constraints through a conversational interface.
Frontend Developer
Verifies CDN configurations and tests edge routing logic directly from their IDE.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCloudflare
Manage DNS, Workers, KV, Pages and firewall via Cloudflare. audit records, deploy config and inspect CDN analytics from any AI agent.
KeyCDN (Content Delivery Network)
Manage edge caching via KeyCDN. purge zones and URLs, manage pull zones, and monitor traffic bandwidth.
Bunny.net
Manage Bunny.net edge infrastructure. control your CDN Pull Zones, purge caching rules, and map Storage natively from an AI agent.
Sirv
Enable your AI agent to manage files, read metadata, and monitor bandwidth usage on your Sirv CDN account.
StackPath (Edge Computing & CDN API)
Manage edge computing workloads and CDN delivery via StackPath. list stacks, deploy workloads, and purge cached content directly from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Fastly 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 Fastly.
The practical details behind the request, access and result.
Can I use the Fastly MCP to clear my cache?
Yes, it lets your agent issue a global purge for any service. This is great for clearing out stale content instantly without needing to navigate the dashboard.
How do I activate a new version with Fastly MCP?
You just tell your agent which version number or name to promote. It handles the activation for you, making it easy to push hotfixes to production.
Does the Fastly MCP support multiple services?
Yes, it can list and manage all services in your account. You can switch between different environments and services easily in chat.
Can I audit my backend origins with Fastly MCP?
You can use it to list all backends for a specific version. This helps you verify where your traffic is going and ensure your routing is correct.
Is the Fastly MCP safe for production?
Yes, it uses your existing API tokens. It performs the same actions you'd do in the dashboard but through a chat interface, keeping your security model intact.
Can I see my service stats using Fastly MCP?
You can ask your agent for usage statistics on any service. It'll pull the latest data for you so you can monitor traffic patterns on the fly.
Can my agent purge the entire Fastly cache for a specific service?
Yes. Use the 'purge_all_cache' capability with your Service ID. The agent will issue absolute HTTP PURGE instructions globally, vaporizing the complete surrogate cache for static endpoints immediately.
How do I activate a drafted configuration version via chat?
Use the 'activate_service_version' capability. Provide the Service ID and the version number. The agent will force the compilation of that VCL version and promote the draft to active, promoting your changes to production flawlessly.
Can I check which backend origins are connected to a service version through the agent?
Absolutely. Use the 'list_version_backends' capability. Your agent will read the exact upstream AWS/GCP endpoints mapped inside your active or drafted configuration, helping you verify origin and port constraints.
One connection away
Give your agent a direct line to Fastly.
Connect Fastly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available