Skip to main content
Glama

Claude Gemini MCP Integration

by cmdaltctr
MIT License
118
.mypy.ini•507 B
[mypy] # Global options python_version = 3.11 warn_return_any = True warn_unused_configs = True disallow_untyped_defs = False ignore_missing_imports = True no_strict_optional = True show_error_codes = True exclude=(?x) (^\. | tests/.* | test_.* | \.venv/.* | \.test-env/.* | \.claude/.* | scripts/.*) # Per-module options [mypy-tests.*] ignore_errors = True [mypy-conftest] ignore_errors = True [mypy-test_security] ignore_errors = True [mypy-scripts.*] ignore_errors = True

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