> For the complete documentation index, see [llms.txt](https://docs.allmcp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allmcp.co/documentation/agent-frameworks/anythingllm.md).

# AnythingLLM

Connect AllMCP to AnythingLLM via the MCP server settings.

<a href="/pages/uBaUeZYQpupBMd5c1BY0" class="button secondary" data-icon="layer-group">All frameworks</a> <a href="/pages/QJVxDLqxIz5KMCH5afbE" class="button secondary" data-icon="table-cells">Browse providers</a>

***

## Setup

{% stepper %}
{% step %}

#### Open MCP Server settings

1. Open AnythingLLM and go to **Settings** (gear icon)
2. Navigate to **Agent Configuration** → **MCP Servers**
3. Click **Add MCP Server**
   {% endstep %}

{% step %}

#### Fill in the server details

| Field          | Value                       |
| -------------- | --------------------------- |
| **Name**       | `allmcp`                    |
| **Server URL** | `https://go.allmcp.co/mcp/` |
| **Transport**  | Streamable HTTP             |
| {% endstep %}  |                             |

{% step %}

#### Add the auth header

* **Key:** `X-API-Key`
* **Value:** `YOUR_API_KEY`
  {% endstep %}

{% step %}

#### Save and return to your workspace

1. Click **Save**
2. Return to your workspace — AllMCP tools now appear in the agent's tool list
   {% endstep %}
   {% endstepper %}

***

## Verify the connection

Start a new chat with the `@agent` prefix enabled and type:

```
@agent List the available AllMCP integrations
```

{% hint style="success" %}
**The agent returns the catalog of providers** you can connect, along with which ones are already linked.
{% endhint %}

***

## Connecting a provider

Ask your agent to connect the provider you want. Have any required credentials ready — the agent will prompt for whatever the provider needs.

{% tabs %}
{% tab title="Bitrix24 (API key)" %}

```
@agent Connect my Bitrix24. Webhook URL: https://my-portal.bitrix24.ru/rest/1/xxx/
```

Bitrix24 needs your inbound **webhook URL** (created in your Bitrix24 portal under **Developer resources → Inbound webhook**).
{% endtab %}

{% tab title="Google Sheets (OAuth)" %}

```
@agent Connect Google Sheets
```

No credentials to paste — you grant access through Google's sign-in screen.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**For OAuth providers,** the agent returns a link to open in your browser. AllMCP handles the consent flow and keeps your connection refreshed for you.
{% endhint %}

***

## Multi-user setup

AnythingLLM workspaces can be scoped to individual users. For each workspace, set a different `user_id` in the server URL:

{% code title="Server URL (per workspace)" %}

```
https://go.allmcp.co/mcp/?user_id=WORKSPACE_USER_ID
```

{% endcode %}

{% hint style="info" %}
**This isolates provider credentials** so each workspace user connects their own accounts.
{% endhint %}

***

{% content-ref url="/pages/uBaUeZYQpupBMd5c1BY0" %}
[Overview](/documentation/agent-frameworks/frameworks.md)
{% endcontent-ref %}

{% content-ref url="/pages/QJVxDLqxIz5KMCH5afbE" %}
[All Providers](/documentation/providers/providers.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.allmcp.co/documentation/agent-frameworks/anythingllm.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.
