We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takeru/Kagami'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•194 B
[project]
name = "kagami"
version = "0.1.0"
description = "Playwright MCP server for Claude Code Web with JWT proxy support"
requires-python = ">=3.11"
dependencies = [
"PyGithub>=2.1.1",
]