Skip to main content
Glama

MCP Python Demo

by chenchen0611
pyproject.toml679 B
[project] name = "mcp-python-demo" version = "0.1.0" description = "MCP Python Demo with Web UI" readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.6.0", "openai>=1.73.0", "streamlit>=1.24.0", "fastapi>=0.68.0", "uvicorn>=0.15.0", "nest-asyncio>=1.5.6", "websockets>=10.0", "python-dotenv>=0.19.0", "asyncclick>=8.0.1", "zhipuai>=1.0.7", "anyio>=4.0.0", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [[tool.uv.index]] url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" default = true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chenchen0611/mcp-python-demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server