Bounded, revocable authority for sub-agents — grant, narrow, check, revoke. No auth server.
claude mcp add grantor-mcp -- npx -y @grantor/mcp
claude_desktop_config.json
{
"mcpServers": {
"grantor-mcp": {
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"grantor-mcp": {
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"grantor-mcp": {
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"grantor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"grantor-mcp": {
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.chaingrantor--grantor-mcp/reviews or the review_server meta-tool.
POST /mcp