Remove documentation for deprecated remote MCP server (#70239)
This commit is contained in:
@@ -9,7 +9,6 @@ Airbyte provides multiple tools to help you build data applications.
|
||||
- **MCP Servers**: Airbyte provides multiple MCP (Model Context Protocol) servers for different use cases:
|
||||
- [**PyAirbyte MCP**](#pyairbyte-mcp): Local MCP server for managing Airbyte connectors through AI assistants.
|
||||
- [**Connector Builder MCP**](#connector-builder-mcp): AI-assisted connector development - _**coming soon!**_
|
||||
- [**Embedded Operator MCP**](#embedded-operator-mcp): Manage embedded configurations and pipelines.
|
||||
- **Airbyte Embedded Widget**: App development teams who have signed up for Airbyte Embedded and are looking to get started onboarding customers using the Embedded Widget can follow the get started guide at the bottom of this page, which will step you through a complete sample onboarding app.
|
||||
- **Authentication Proxies**: Connect safely to third party APIs using Airbyte's Authentication Proxies.
|
||||
|
||||
@@ -43,10 +42,6 @@ Airbyte provides multiple MCP (Model Context Protocol) servers to enable AI-assi
|
||||
|
||||
[The Connector Builder MCP server](./connector-builder-mcp.md) (coming soon) will provide AI-assisted capabilities for building and testing Airbyte connectors using the Model Context Protocol.
|
||||
|
||||
### Embedded Operator MCP
|
||||
|
||||
[The Embedded Operator MCP](./embedded/operator-mcp/README.md) is a remote MCP server providing tools that enable managing embedded configurations and the resulting pipelines. Users can create connection and source templates, securely create sources, query API and File Storage sources, monitor connections and jobs, and more.
|
||||
|
||||
## Proxy Requests
|
||||
|
||||
### API Sources
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Overview
|
||||
|
||||
The Embedded Operator MCP is a remote MCP server providing tools that enable managing embedded configurations and the resulting pipelines. Users can create connection and source templates, securely create sources, query API and File Storage sources, monitor connections and jobs, and more.
|
||||
|
||||
# Installation
|
||||
|
||||
To install, follow the instructions for adding remote MCP servers to your client.
|
||||
|
||||
For Claude Desktop, visit Settings > Connectors > Add Custom Connector. Name the server "Airbyte Embedded Operator MCP" and enter the following URL:
|
||||
```
|
||||
https://mcp.airbyte.ai/sonar
|
||||
```
|
||||
|
||||
For Claude Code, run the following in your terminal (not in the Claude Code CLI):
|
||||
```bash
|
||||
claude mcp add -t http sonar https://mcp.airbyte.ai/sonar
|
||||
```
|
||||
|
||||
# Authentication
|
||||
|
||||
The Embedded Operator MCP adheres to the MCP OAuth 2.0 specification. This specification is evolving and may not be stable. In particular, Claude Desktop may require a few attempts to successfully connect.
|
||||
|
||||
To connect with Claude Desktop, press the `Connect` button that appears when you first add the server. A browser window will open and prompt you to enter your Airbyte Client ID and Secret. (Be sure that the window opens in a browser where you are logged into Claude Web using the same account as Claude Desktop.)
|
||||
|
||||
To connect with Claude Code, run the following in the Claude Code CLI
|
||||
```
|
||||
/mcp reconnect sonar
|
||||
```
|
||||
|
||||
TODO: CALLOUT: Your credentials must reference an organization that has been enabled for Airbyte Embedded. Contact michel@airbyte.io or teo@airbyte.io to enable Airbyte Embedded on your account.
|
||||
@@ -62,11 +62,6 @@ export default {
|
||||
id: "connector-builder-mcp",
|
||||
label: "Connector Builder MCP",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "embedded/operator-mcp/README",
|
||||
label: "Embedded Operator MCP",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user