StremAI for Claude Desktop
io.github.thomasjumper/stremai
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install StremAI in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stremai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stremai.com/api/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