Skip to main content
Glama

Kotlin MCP Server

by normaltusker
.dockerignoreโ€ข1.05 kB
# Docker ignore file for Kotlin MCP Server # Python cache and build files __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 # Virtual environments .env .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Git .git/ .gitignore # Test and coverage files .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ .coverage .pytest_cache/ nosetests.xml coverage.xml *.cover .hypothesis/ # Logs *.log logs/ mcp_security.log # Database files *.db *.sqlite *.sqlite3 # Documentation build docs/_build/ # Local configuration files (keep templates) mcp_config_*.json !mcp_config.json # Security files *.pem *.key *.crt # Temporary files *.tmp *.temp temp/ tmp/ # Docker files (avoid recursion) Dockerfile* .dockerignore docker-compose*.yml # CI/CD files .github/ .gitlab-ci.yml # Backup files *.backup *.bak # MCP specific mcp_audit.db mcp_baseline.json mcp_security.log

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/normaltusker/kotlin-mcp-server'

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