We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abdullah1854/MCPGateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
vscode-settings.json•498 B
{
"// MCP Gateway Configuration for VS Code Copilot": "",
"// Add this to your VS Code settings.json or workspace settings": "",
"mcp.servers": {
"mcp-gateway": {
"type": "http",
"url": "http://localhost:3010/mcp"
}
},
"// For production with HTTPS and authentication:": "",
"mcp.servers.production-example": {
"type": "http",
"url": "https://your-gateway.example.com/mcp",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}