MCP Server
MCP
io.github.rafavecchi/grantd
Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "grantd-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A Grantd secret key (sk_...). Treat it like a password.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GRANTD_API_KEY"
},
{
"description": "Base URL of your Grantd broker (default http://localhost:8787).",
"format": "string",
"name": "GRANTD_BASE_URL"
},
{
"description": "Default end-user id so tools don't need it passed each call.",
"format": "string",
"name": "GRANTD_END_USER"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment