Teable API 的 MCP 服务容器

Teable API 的 MCP 服务容器

通过 SSE 提供 Teable API 的 MCP 服务容器。

快速入门

  1. 设置 API Token:

    export OPENAPI_TOKEN=your_token_here

  2. 构建并启动 Docker 容器:

    docker-compose up --build

  3. 服务运行后,访问以下地址:

    http://localhost:8080/sse

  4. 配置说明:

  • OpenAPI 定义文件位于 ./teable-openapi.json
  • 服务监听端口为 8080
  • 使用 OPENAPI_TOKEN 环境变量设置授权头信息

架构:

Client ↔ HTTP/SSE ↔ mcp-proxy ↔ stdio ↔ openapi-mcp-server