We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaanLavaerts/mcp_playground'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•319 B
[project]
name = "mcp-playground"
version = "0.1.0"
description = "A playground for experimenting with MCP and language models."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anthropic>=0.75.0",
"fastmcp>=2.13.1",
"mailtrap>=2.3.0",
"mcp[cli]>=1.22.0",
"python-dotenv>=1.2.1",
]