# Gecko > The API comprehension layer for agents. Open source. Control-plane only. ## Getting started - [Install](https://get.geckovision.tech/install.sh): curl one-liner to add Gecko locally - [Docs](https://docs.geckovision.tech): full documentation - [GitHub](https://github.com/GeckoVision/gecko-surf): open-source source (gecko-surf) ## Agent integration - [MCP endpoint](https://mcp.geckovision.tech/mcp): Streamable-HTTP MCP — one-click add to Claude or Cursor - [Full page mirror](https://geckovision.tech/llms-full.txt): complete landing content in Markdown - [Markdown twin](https://geckovision.tech/index.md): same content, `text/markdown` - [Product manifest](https://geckovision.tech/gecko.json): machine-readable metadata - [Discovery endpoint](https://geckovision.tech/.well-known/gecko.json): the manifest at a well-known path - [Docs index for agents](https://docs.geckovision.tech/llms.txt): the docs' own `llms.txt`, not the human home page ## Install ```bash curl -fsSL https://get.geckovision.tech/install.sh | bash ``` Add hosted MCP to Claude Code: ```bash claude mcp add --transport http gecko https://mcp.geckovision.tech/mcp ``` ## Optional - [PyPI](https://pypi.org/project/gecko-surf/): Python package - [Discord](https://discord.gg/3gVF5NNbCa): community - [LinkedIn](https://www.linkedin.com/company/geckovision): company page