Welcome to Gatana — an agentic connectivity platform.
Gatana lets individuals and organizations centralize, manage and secure their agentic connectivity — from MCP servers, AI sandboxes, credentials and authorization to hosted tools and federated identity.
🌐 Website: gatana.ai · 📖 Docs: docs.gatana.ai · 💬 Discord: Join us
| Language | Repo | Description |
|---|---|---|
| TypeScript/JavaScript | https://github.com/gatana-ai/gatana-js | SDK & CLI |
| Python | https://github.com/gatana-ai/gatana-python | SDK & LangChain Sandbox Backend |
CLI
npm install -g gatana
gatana config login my-org
gatana get serversJavaScript / TypeScript
npm install gatana-sdkimport { Gatana } from 'gatana-sdk';
const client = new Gatana();
const servers = await client.api.getMcpServers();Python
pip install gatana-langchainimport gatana_langchain
print(gatana_langchain.__version__)All repositories are licensed under the MIT License.