What is the Noogat MCP server?
Voice notes that organize themselves. Capture by Siri, AI auto-tags, semantic search retrieves.
How to install Noogat
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"noogat": {
"url": "https://app.noogat.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noogat": {
"serverUrl": "https://app.noogat.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"noogat": {
"type": "http",
"url": "https://app.noogat.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"noogat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.noogat.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http noogat https://app.noogat.app/mcpRelated MCP servers
Search Tenkai Daily AI news for open-source releases, papers, and tools. Updated daily.
View repository →