MCP ConfigsMay 14, 2026·2 min read

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★).

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Bundle
Trust
Trust: Established
Entrypoint
docker run -p 5000:5000 ghcr.io/klavis-ai/github-mcp-server:latest
Universal CLI install command
npx tokrepo install e6ed9db9-acc2-5994-a04a-f82cc6409f0a
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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets