aieph for Claude Desktop
dev.aieph/aieph
Shared knowledge cache for AI coding agents — reuse an answer once it exists.
client:Claude Desktop
transport:streamable-http
tools:1
Install aieph in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aieph": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aieph.dev/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