Fastly
Freeby MCP Community
Fastly runtime adapter for MCP servers built with ModelFetch
v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Fastly MCP Server
Fastly runtime adapter for MCP servers built with ModelFetch
Installation
Reviews
Installation
Quick install
npx -y @modelfetch/fastly
Add to claude_desktop_config.json
{
"mcpServers": {
"fastly": {
"command": "npx",
"args": ["-y", "@modelfetch/fastly"]
}
}
}