Sally MCP with Langdock
Langdock is an enterprise AI platform that supports MCP servers as integrations. The Model Context Protocol (MCP) is an open standard that lets AI tools connect to external data sources. By adding the Sally MCP endpoint in Langdock, all team members with access can query Sally meeting data from their assistants, for example to search past meetings, review summaries, or pull transcripts for follow-ups. MCP tools are automatically converted into Langdock actions, so there's no extra development work required.
For background on the Sally MCP Connector, available tools, and security best practices, see the General Setup Guide.
- A Langdock account with permission to add integrations (admin or integration-manager role).
- An active Sally user with access to at least one company account.
- Sally MCP enabled for your company account (admin setting).
Langdock integrations are typically team-wide. If you use a single Sally PAT, all Langdock users will see the meeting data that specific Sally user has access to. For correct per-user scoping, each user should create their own PAT and add their own integration instance.
Quick Navigation
1. Create a Personal Access Token in Sally
A Personal Access Token (PAT) is the credential Langdock uses to authenticate against the Sally MCP endpoint. You create it once.
- Log in to Sally at app.sally.io.
- Open Settings in the bottom-left of the sidebar.
- In Settings, choose "Integrations". Under "Your personal integrations", click "+ Add integration".
- In the integration drawer, find "Sally MCP" and click "Create Token".
-
Fill out the "Create new Sally MCP Token" dialog:
- Name: a label that helps you recognize the token later (e.g. "Langdock").
- Expires: choose a lifetime: 30 days, 90 days, 1 year, 2 years, or Never.
Then click "Create Token".
- Sally displays the full token exactly once. Copy it immediately and store it in a password manager or secure secret store. Once you close the dialog, the clear-text value is gone: you cannot view it again, only regenerate it.
The token grants read access to every appointment, recording, and summary your Sally user sees in this company account. Do not paste it into Slack, email, or tickets. Store it in a password manager.
- Click "Done".
You can return to Settings → Integrations → Sally MCP → "Manage Tokens" at any time to regenerate, revoke, or create additional tokens. Regenerating invalidates the old token immediately, so update it in any client that still uses it.
2. Set Up the MCP Connection in Langdock
- In Langdock, click Integrations in the left sidebar.
- Click Add Integration in the top right.
- Select Create New from the dropdown.
In the "Add Integration" dialog:
- Select MCP Server verbinden as the type.
- Enter the following Server URL:
https://app.sally.io/api/v1/McpExternal - Select API Key as the authentication method.
- Click Create and connect.
The "Set up your New Integration connection" dialog opens:
- Enter a Name for the connection (e.g. "Sally MCP").
- In the API Key field, paste your Sally token in this format:
Bearer sally_pat_YOURTOKEN
The token must be prefixed with Bearer (including the trailing space). Without this prefix, Sally rejects the request with "401 Unauthorized".
- Click Save.
You are now on the "MCP Client konfigurieren" page:
- Click Test Connection.
- If the connection is successful, a green "Connection successful" indicator appears next to the button.
- Under Available Tools, the Sally MCP tools are displayed (currently 5: Search appointments, Get recordings, Get summary, Search summaries, ...).
- Check Activate action for each tool you want to enable (all are activated by default).
- Optionally enable Request confirmation if users should manually approve each tool call before it runs.
- Click Save in the top right.
Langdock supports up to 50 tools per integration simultaneously.
- Open a new chat or continue an existing one.
- Type @ in the input field. The Sally integration and its tools appear in the selection list.
- Mention the integration with @Sally MCP or simply ask a natural question, for example:
"What was discussed in my last meeting?"
The model automatically calls the relevant Sally tools (e.g. Get recordings, Get summary) and returns a summary.
You can also add the Sally integration to the instructions of a Langdock Agent. The agent will then use it automatically for relevant queries without the user having to mention @Sally MCP.
3. Troubleshooting
| Issue | Fix |
|---|---|
| Connection test fails with "401 Unauthorized" | The Bearer prefix (with space) is missing before the token, or the token has been revoked. Correct the API Key value or create a new token at app.sally.io. |
| Connection successful but no tools visible | Scroll down in the "Available Tools" section. If the list is truly empty, contact Sally support to verify MCP protocol compatibility. |
| Other workspace members cannot use the integration | By default, the integration is only visible to the person who created it. As an admin, change the visibility to the entire workspace in the integration settings. |
For more troubleshooting tips, see the General Setup Guide → Troubleshooting.










