Skip to main content
Glama

Claude Gemini MCP Integration

by cmdaltctr
MIT License
118
.gitignore•2.16 kB
# OS generated files ################### .DS_Store Thumbs.db .Spotlight-V100 .Trashes ehthumbs.db Desktop.ini # Editor and IDE files ##################### # VS Code .vscode/ *.code-workspace # JetBrains IDEs .idea/ *.iml *.ipr *.iws # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.so .venv/ venv/ env/ ENV/ .test-env/ # Logs *.log # Node.js (for Gemini CLI) node_modules/ # Environment variables .env .env.local .env.*.local !.env.example # Claude Code specific - protect user settings but allow shared configurations .claude/settings.json .claude/settings.local.json .claude/mcp_servers.json claude.md # Allow shared Claude configurations !.claude/ !.claude/slash-commands.json !.claude/scripts/ !.claude/hooks.json !.claude/README-SLASH-COMMANDS.md # Taskmaster tasks.json tasks/ .taskmaster/ # Project specific .windsurf/ # Testing and CI/CD ################# # Test artifacts .pytest_cache/ .coverage htmlcov/ coverage.xml *.cover .tox/ .cache nosetests.xml coverage.xml *.lcov .mypy_cache/ .ruff_cache/ pytest_cache/ .nox/ # Security scan reports bandit-report.json bandit-results.sarif pip-audit-report.json sbom.json gitleaks-report.json security-report.md semgrep-report.json trufflehog-report.json # License reports licenses.json licenses.csv license-report.html # Dependency management requirements-backup.txt requirements-updated.txt update-report.md security-update-report.md outdated-packages.json current-audit.json post-update-audit.json vulnerability-report.json # Performance benchmarks benchmark-results.json .benchmarks/ profile_output/ # Build artifacts build/ dist/ *.egg-info/ .eggs/ .wheel/ # Documentation artifacts docs/_build/ docs/build/ site/ .mkdocs/ # Linting and formatting .pylint.d/ .flake8 .black .isort.cfg # CI/CD artifacts .github/workflows/cache/ .gitlab-ci-cache/ .circleci/ .drone.yml .travis.yml # Container and deployment Dockerfile.prod docker-compose.override.yml .dockerignore kubernetes-manifests/ # Database artifacts *.db *.sqlite *.sqlite3 database.sql migrations/versions/ # Temporary and backup files *.swp *.swo *~ .#* #*# # Misc *.bak *.tmp # Development Plans dev-plans/

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/cmdaltctr/claude-gemini-mcp-slim'

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