We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kirbah/mcp-youtube'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery-yaml
runtime: "typescript"
startCommand:
type: http
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required: ["youtubeApiKey"]
properties:
youtubeApiKey:
type: string
description: YouTube Data API key for accessing the YouTube API.
mdbMcpConnectionString:
type: string
description: (Optional) MongoDB connection string to cache the data. (e.g., mongodb+srv://user:pass@cluster0.abc.mongodb.net/youtube). Suggest to use MongoDB Atlas to create a free DB.
exampleConfig:
youtubeApiKey: YOUR_YOUTUBE_API_KEY_HERE
mdbMcpConnectionString: YOUR_MONGO_DB_CONNECTION_STRING_HERE