Skip to main content
Glama

Kotlin MCP Server

by normaltusker
.gitignoreโ€ข1.1 kB
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # Dependencies __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 # Virtual environments venv/ ENV/ env/ .venv/ .ENV/ .env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ mcp_security.log # Database *.db *.sqlite *.sqlite3 mcp_audit.db # Temporary files temp/ tmp/ *.tmp *.bak *.backup backup_test/ # Coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Secrets and API keys .env .env.local .env.development.local .env.test.local .env.production.local # Cloud storage sync folders sync/ backup/ cloud-sync/ # Cloud sync .cloud_sync/credentials .cloud_sync/cache/ .cloud_sync/logs/ # Cloud sync .cloud_sync/credentials .cloud_sync/cache/ .cloud_sync/logs/

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