grantd for Cline
io.github.rafavecchi/grantd
Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth.
client:Cline
transport:stdio
runtime:npm
Install grantd in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs