Skip to main content
Glama

ViperMCP

by ryansherby
smithery.yaml509 B
runtime: "container" build: dockerfile: "docker/Dockerfile" dockerBuildPath: "docker/" startCommand: type: "http" configSchema: type: "object" properties: apiKey: type: "string" description: "Path to the OpenAI API key file" required: ["apiKey"] commandFunction: |- (config) => ({command: 'docker run', args: [ '-i', '--rm', '-p', '8000:8000', 'vipermcp:latest' ]}) exampleConfig: apiKey: "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

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/ryansherby/ViperMCP'

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