grantd for Windsurf
io.github.rafavecchi/grantd
Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth.
client:Windsurf
transport:stdio
runtime:npm
Install grantd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"grantd": {
"command": "npx",
"args": [
"-y",
"grantd-mcp"
],
"env": {
"GRANTD_API_KEY": "<GRANTD_API_KEY>",
"GRANTD_BASE_URL": "<GRANTD_BASE_URL>",
"GRANTD_END_USER": "<GRANTD_END_USER>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs