Skip to content

Hi there 👋

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

Quick Start

CLI

npm install -g gatana
gatana config login my-org
gatana get servers

JavaScript / TypeScript

npm install gatana-sdk
import { Gatana } from 'gatana-sdk';
const client = new Gatana();
const servers = await client.api.getMcpServers();

Python

pip install gatana-langchain
import gatana_langchain
print(gatana_langchain.__version__)

License

All repositories are licensed under the MIT License.

Pinned Loading

  1. gatana-js gatana-js Public

    TypeScript SDK and CLI Tools for Gatana

    TypeScript 2

  2. gatana-python gatana-python Public

    Langchain Deep Agent Sandbox implementation for Gatana, and general Gatana Python SDK

    Python 1

Repositories

Showing 3 of 3 repositories

Top languages

Loading…

Most used topics

Loading…