A starter template for building MCP servers with support for No Auth, API Key, and OAuth authentication using the Dedalus Labs DAuth framework.
{
"mcpServers": {
"granola": {
"command": "uvx",
"args": [
"granola-mcp"
]
}
}
}