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
settings.json•730 B
{
"mcpServers": {
// "youtube": {
// "command": "npx",
// "args": ["-y", "@kirbah/mcp-youtube"],
// "env": {
// "YOUTUBE_API_KEY": "YOUR_YOUTUBE_API_KEY_HERE",
// "MDB_MCP_CONNECTION_STRING": "mongodb+srv://user:pass@cluster0.abc.mongodb.net/youtube_niche_analysis"
// }
// }
// This configuration is for local development, running the source code directly.
// It allows you to test changes without publishing the package.
"youtube": {
"command": "npm",
"args": ["run", "start:client"],
"working_directory": "${workspaceFolder}",
"env": {
// API keys can be set here or loaded from a .env file in your project root.
}
}
}
}