Trusted by LightNow
strata
by klavis.ai
ai.klavis/strata
MCP server for progressive tool usage at any scale (see https://klavis.ai)
strata
Trusted by LightNow
by klavis.ai
ai.klavis/strata
MCP server for progressive tool usage at any scale (see https://klavis.ai)
strata
Unknown
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)
- Open Claude Desktop → Settings → Developer → Edit Config.
- Add the following remote server configuration:
Configuration
{
"mcpServers": {
"ai.klavis/strata": {
"url": "https://strata.klavis.ai/mcp/",
"transport": "streamable-http"
}
}
}Generic MCP Client (Remote)
- Configure your MCP client to connect to the remote server.
- Use the following connection details:
Configuration
{
"mcpServers": {
"ai.klavis/strata": {
"url": "https://strata.klavis.ai/mcp/",
"transport": "streamable-http"
}
}
}