Noogat for Claude Desktop
io.github.mcfredrick/noogat
Voice notes that organize themselves. Capture by Siri, AI auto-tags, semantic search retrieves.
client:Claude Desktop
transport:streamable-http
Install Noogat in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"noogat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.noogat.app/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