Skip to main content
Glama

FastlyMCP

by Arodoid
smithery.yaml1.06 kB
# Smithery.ai configuration startCommand: type: stdio configSchema: # This server doesn't seem to require external configuration via Smithery yet. # Add properties here if you need to pass configuration options. type: object properties: {} required: [] commandFunction: # A function that produces the CLI command to start the MCP on stdio. # 'config' argument holds the user-provided configuration matching configSchema. |- (config) => ({ "command": "node", "args": [ "fastly-mcp.mjs" # The main script file ], "env": { # Pass any necessary environment variables here. # Crucially, FASTLY_API_KEY needs to be provided by the environment # where the Docker container runs (Smithery handles this). # Example: # "SOME_OTHER_CONFIG": config.someOtherConfigValue } }) # Optional build configuration (defaults usually work if Dockerfile is in the root) # build: # dockerfile: Dockerfile # dockerBuildPath: .

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arodoid/FastlyMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server