We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grafana/mcp-grafana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "grafana",
"version": "0.7.6",
"description": "A Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities",
"author": {
"name": "Grafana Labs"
},
"homepage": "https://github.com/grafana/mcp-grafana",
"repository": "https://github.com/grafana/mcp-grafana",
"license": "Apache-2.0",
"mcpServers": {
"grafana": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/.claude-plugin/install-binary.mjs"]
}
}
}