strata for Claude Desktop
ai.klavis/strata
MCP server for progressive tool usage at any scale (see https://klavis.ai)
client:Claude Desktop
transport:streamable-http
Install strata in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"strata": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://strata.klavis.ai/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs