# Overview

Natoma Apps are Model Context Protocol (MCP) servers you can connect to your workspace. Each app extends your agent's capabilities by providing access to external data, APIs, tools, and systems.

## Available Apps

Browse our collection of Official and Community MCP servers, including:

* ☁️ **Cloud platforms** - AWS, Supabase, Neon
* 💻 **Developer tools** - GitHub, GitLab, CircleCI
* 📋 **Project management** - Linear, Asana, Atlassian
* 💬 **Communication** - Slack, Microsoft 365, Zoom
* 🔒 **Security** - CrowdStrike, Datadog, Okta
* And many more!

## How to Browse

### 📋 [Alphabetical](https://docs.natoma.ai/catalog/alphabetical)

Complete A-Z list of all supported apps

### 📂 [By Category](/catalog/browse-by-category.md)

Organized by use case with collapsible sections. Ideal for discovery based on functionality like Cloud & Infrastructure, Development & DevOps, Project Management, and more.

***

Each app page includes:

* Overview and description
* Configuration parameters
* Step-by-step setup instructions
* Authentication requirements


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/catalog/_index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
