Skip to main content
Glama

Skeleton MCP Server

by nickweedon
.dockerignore460 B
# Git .git/ .gitignore # Python __pycache__/ *.py[cod] *.egg-info/ .eggs/ dist/ build/ *.egg # Virtual environments .venv/ venv/ # Testing .pytest_cache/ .coverage htmlcov/ tests/ # IDEs .idea/ .vscode/ # Documentation docs/ *.md !README.md # Environment files .env .env.local .env.*.local # Docker Dockerfile* docker-compose*.yml .docker/ # Dev container .devcontainer/ # Claude .claude/ # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp *.bak

Latest Blog Posts

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/nickweedon/mcp_server_template'

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