# Klavis — MCP Integration Platform (Strata + SDK) > Klavis is an MCP integration platform: run hosted or self-hosted Strata servers, with Python/TS SDK + REST for creating tool instances (5.7k★). ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash docker pull ghcr.io/klavis-ai/github-mcp-server:latest docker run -p 5000:5000 ghcr.io/klavis-ai/github-mcp-server:latest pipx install strata-mcp strata add --type stdio playwright npx @playwright/mcp@latest ``` ## Intro Klavis is an MCP integration platform: run hosted or self-hosted Strata servers, with Python/TS SDK + REST for creating tool instances (5.7k★). **Best for:** Teams that want to standardize MCP tool integrations (hosted or self-hosted) and programmatically provision server instances **Works with:** Docker (for self-hosted servers), Python/TypeScript SDKs, and MCP clients that consume stdio servers (e.g., Playwright MCP) **Setup time:** 10-30 minutes ## Main - **Multiple entry points**: the README shows cloud-hosted, self-hosted, SDK, and REST API options—pick the smallest surface you need. - **Self-host example**: includes a runnable GHCR image (`github-mcp-server`) so you can try an MCP integration without writing code. - **Strata as a local layer**: documents installing `strata-mcp` and adding a Playwright MCP stdio server, which is a practical “tool registry” workflow. - **SDK provisioning**: provides Python/TS code snippets to create Strata servers and individual MCP server instances programmatically. ### FAQ - **Do I have to use the cloud?**: No. The README includes a self-host option using Docker images and local Strata. - **What is the fastest demo?**: Run the GHCR image locally and then connect an MCP client to the exposed endpoint. - **How do I add more tools?**: Use `strata add --type stdio ...` to register additional MCP servers (as documented). ## Source & Thanks > Source: https://github.com/Klavis-AI/klavis > License: Apache-2.0 > GitHub stars: 5734 · forks: 546 --- ## Quick Use ```bash docker pull ghcr.io/klavis-ai/github-mcp-server:latest docker run -p 5000:5000 ghcr.io/klavis-ai/github-mcp-server:latest pipx install strata-mcp strata add --type stdio playwright npx @playwright/mcp@latest ``` ## Intro Klavis 是 MCP 集成平台:可云托管或自托管 Strata servers,提供 Python/TS SDK 与 REST API,用于创建/管理 MCP 工具实例与连接(5734★)。 **Best for:** 想把 MCP 工具集成标准化(云托管/自托管都可),并希望用 SDK/API 统一创建实例的团队 **Works with:** Docker(自托管)、Python/TypeScript SDK,以及能消费 stdio server 的 MCP 客户端(如 Playwright MCP) **Setup time:** 10-30 minutes ## Main - **多种接入方式**:README 给出云托管、自托管、SDK、REST API 四种路径,可按需求选最小表面积。 - **自托管示例可直接跑**:提供 GHCR 镜像(`github-mcp-server`),不用写代码也能试 MCP 集成。 - **Strata 作为本地层**:文档包含 `strata-mcp` 安装与添加 Playwright stdio server 的流程,很适合作“工具注册表”。 - **用 SDK 做实例化**:提供 Python/TS 片段来创建 Strata server 与单个 MCP server instance,便于自动化编排。 ### FAQ - **必须用云托管吗?**: 不必。README 提供 Docker 自托管与本地 Strata 的方案。 - **最快怎么演示?**: 直接本地跑 GHCR 镜像,再用 MCP 客户端连接验证。 - **怎么加更多工具?**: 按文档用 `strata add --type stdio ...` 注册更多 MCP servers。 ## Source & Thanks > Source: https://github.com/Klavis-AI/klavis > License: Apache-2.0 > GitHub stars: 5734 · forks: 546 --- Source: https://tokrepo.com/en/workflows/klavis-mcp-integration-platform-strata-sdk Author: MCP Hub