Trusted by LightNow
ai.klavis/strata icon

strata

by klavis.ai

ai.klavis/strata

MCP server for progressive tool usage at any scale (see https://klavis.ai)

Version 1.0.0AI ToolsRemote (HTTP)View source

Integrations

Run this MCP server locally and connect it to your favorite MCP clients.

Run locally

This MCP server does not provide stdio transport and cannot be run locally. It may be available via remote HTTP connection (see client configuration below).

Connect in your MCP client

Connect to this MCP server in your MCP client using the configuration examples below.

Claude Desktop (Remote)
  1. Open Claude Desktop → Settings → Developer → Edit Config.
  2. Add the following remote server configuration:
Configuration
{
  "mcpServers": {
    "ai.klavis/strata": {
      "url": "https://strata.klavis.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}
Generic MCP Client (Remote)
  1. Configure your MCP client to connect to the remote server.
  2. Use the following connection details:
Configuration
{
  "mcpServers": {
    "ai.klavis/strata": {
      "url": "https://strata.klavis.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}