Skip to main content
Glama

MCP Learning Project

by BerdTan
.gitignoreโ€ข522 B
# Python __pycache__/ *.pyc *.pyo *.pyd # Virtual environments .venv/ venv/ ENV/ # Environment files .env .env.* # VS Code .vscode/ *.code-workspace # OS files .DS_Store Thumbs.db # Logs *.log # Data config/logs/ data/ # Ignore uploads and database (if not needed) data/uploads/ data/database/ # Others *.sqlite3 *.db # Node modules (if any) node_modules/ # Test output *.coverage coverage/ # Ignore examples and docs if not needed examples/ docs/ project-docs/

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/BerdTan/mcpharness'

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