We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anilsharmay/mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "aim_mcp_demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"langgraph>=0.3.27",
"mcp[cli]>=1.6.0",
"numpy>=2.2.4",
"openai>=1.72.0",
"python-dotenv>=1.1.0",
"requests>=2.31.0",
"tavily-python>=0.5.4",
"langchain-mcp-adapters>=0.1.11",
"langchain-openai>=0.2.0",
]