Loading MCP server directory, please wait...
Identity, secrets, and passwordless SSH provisioning for AI agents — Keycloak, vault, MCP tools.
npx @getmcp/cli add sh.xorfox.drawbridge/serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <access_token>. To mint a token without a human in the loop: (1) POST {"agentName":"<name>","agentEmail":"<principal-email>"} to https://api.drawbridge.xorfox.sh/drawbridge/mcp/register — returns clientId, clientSecret, tokenEndpoint. (2) POST grant_type=client_credentials with those credentials to the token endpoint. The resulting access_token is scoped mcp:tools and audience-bound to /mcp; default TTL is 5 minutes, so refresh on the boundary.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sh.xorfox.drawbridge/server": {
"url": "https://api.drawbridge.xorfox.sh/mcp/sse",
"transport": "sse",
"headers": {
"Authorization": ""
}
}
}
}