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