Skip to main content
Glama

MCP Server

by freedanfan
.gitignore932 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # 虚拟环境 venv/ env/ ENV/ .env .venv env.bak/ venv.bak/ .python-version # IDE相关 .idea/ .vscode/ *.swp *.swo *~ .DS_Store .project .pydevproject .settings/ # 日志文件 *.log logs/ log/ # 本地配置文件 .env.local .env.development.local .env.test.local .env.production.local # 测试相关 .coverage htmlcov/ .tox/ .nox/ .hypothesis/ .pytest_cache/ nosetests.xml coverage.xml *.cover .coverage.* # 临时文件 *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath # 数据库文件 *.sqlite *.sqlite3 *.db # 其他 .DS_Store Thumbs.db .directory *.pid *.seed *.pid.lock .env .env.test .env.local .env.development.local .env.test.local .env.production.local # MCP服务器特定文件 example_code.py

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/freedanfan/mcp_server'

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