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
[project]
name = "tests"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Ben Sully", email = "ben.sully@grafana.com" },
{ name = "Ioanna Armouti", email = "ioanna.armouti@grafana.com" },
{ name = "Chris Marchbanks", email = "chris.marchbanks@grafana.com" },
]
requires-python = ">=3.13"
dependencies = []
[dependency-groups]
dev = [
"anyio>=4.9.0",
"deepeval>=1.0.0",
"flaky>=3.8.1",
"litellm>=1.63.12",
"mcp>=1.9.3",
"pytest>=8.3.5",
"python-dotenv>=1.0.0",
]
[tool.pytest.ini_options]