Skip to main content
Glama

Kollektiv | Your private LLM knowledgebase

.gitignore3.11 kB
# --------------------------- # Dependency and Node Modules # --------------------------- node_modules/ jspm_packages/ .web_modules/ bower_components/ .yarn/cache .yarn/unplugged .pnp.* .lock-wscript build/Release # --------------------------- # Build Artifacts and Output # --------------------------- .net out .next .nuxt .dist dist/ .vuepress/dist .temp .cache .gatsby-cache/ .fusebox/ .dynamodb/ .target/ docs/_build/ site/ # --------------------------- # Configuration Files & Caches # --------------------------- *.tsbuildinfo .eslintcache .stylelintcache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ .parcel-cache .terraform .python-version # --------------------------- # Environment Files # --------------------------- .env .env.* .supabase/.env.local .env.development.local .env.test.local .env.production.local # --------------------------- # IDEs & Editors # --------------------------- .vscode/ .idea/ .DS_Store .Thumbs.db .spyderproject .spyproject .ropeproject .vscode-test .windsurf/ # --------------------------- # Logs, Reports, and Diagnostics # --------------------------- logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* report.*.json .nyc_output .coverage .coverage.* .nox/ .tox/ # --------------------------- # Test Coverage & Reports # --------------------------- htmlcov/ coverage .pytest_cache/ *.cover *.py,cover .hypothesis/ coverage.xml # --------------------------- # Python & Virtual Environments # --------------------------- __pycache__/ *.py[cod] *$py.class *.so .venv/ venv/ env/ ENV/ .env/ .env.* .pdm.toml .pdm-python .pdm-build/ __pypackages__/ # --------------------------- # Application-specific Files # --------------------------- celerybeat-schedule celerybeat.pid local_settings.py db.sqlite3 db.sqlite3-journal instance/ .webassets-cache .scrapy # --------------------------- # Installer & Packaging # --------------------------- pip-log.txt pip-delete-this-directory.txt *.manifest *.spec *.egg-info/ MANIFEST # --------------------------- # Static Analysis / Type Checking # --------------------------- .mypy_cache/ .dmypy.json .pyre/ .pytype/ .ruff_cache/ # --------------------------- # Editors & IDEs # --------------------------- /.vscode /.idea /.DS_Store /Thumbs.db # --------------------------- # Documentation Asset Folders # --------------------------- .site/ # --------------------------- # External Systems & Repos # --------------------------- /code/ .supabase/.temp/ .supabase/.volumes/ .supabase/.env .supabase/docker/ .supabase/migrations/.shadow/ # --------------------------- # Miscellaneous # --------------------------- .code/* pids/ *.pid *.seed *.pid.lock *.tgz *.egg # --------------------------- # Cloud & Serverless # --------------------------- .serverless/ .dev.vars .wrangler/ # --------------------------- # Custom & Application Files # --------------------------- *.sage.py .Python # Local docs *storybook.log # Test markdown conversion files test-markdown/inputs/* test-markdown/outputs/* !test-markdown/inputs/.gitkeep !test-markdown/outputs/.gitkeep

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/alexander-zuev/kollektiv-mcp'

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