We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wiltshirek/mcp-ide-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-client"
version = "0.1.0"
description = "HTTP Streamable based example MCP Client"
requires-python = ">=3.12"
dependencies = [
"anthropic~=0.51.0",
"mcp~=1.9.0",
"python-dotenv~=1.1.0",
]