Quick Start
Get started in 5 minutes
Introduction
Gatana is an MCP Gateway designed to be flexible, configurable, powerful and useful for anyone from an individual to a large organization.
Gatana has different parts:
Gatana App
Web-application accesible by all users in your organization. Configuration of MCP servers, identity federation, credentials, users, teams, permissions, and other.
Gatana CLI and SDK
A command line tool to install manage servers, especially useful for hosted servers, and a TypeScript typed SDK convering the full Gatana public API.
See the GitHub Repository for more information.
Quick-Start
The first thing you need is an organization:
After this you need to connect using your MCP client. Your Gatana MCP url is https://YOUR_ORG_ID.gatana.ai/mcp. To test the connection, we use @wong2/mcp-cli:
npx @wong2/mcp-cli --url https://YOUR_ORG_ID.gatana.ai/mcpYour standard browser will log you in using OAuth and you should see output similar to this:
✔ Connected, server capabilities: tools
? Pick a primitive ›
❯ tool(webhook_http_request) - Make an HTTP request to a specified URL over HTTP or HTTPS, optionally including headers.
tool(fetch_fetch_html) - Fetch a website and return its unmodified contents as HTML
tool(fetch_fetch_json) - Fetch a JSON file from a URL
tool(fetch_fetch_markdown) - Fetch a website and return its contents converted content to Markdown
tool(fetch_fetch_txt) - Fetch a website, convert the content to plain text (no HTML)Enjoy!
Your MCP Gateway is ready to be used.