Identity, secrets, and passwordless SSH provisioning for AI agents — Keycloak, vault, MCP tools.
What it says
The record the registry holds
Where it answers
https://api.drawbridge.xorfox.sh/mcp/sse · sse
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "sh.xorfox.drawbridge/server",
"description": "Identity, secrets, and passwordless SSH provisioning for AI agents — Keycloak, vault, MCP tools.",
"title": "Drawbridge",
"repository": {
"url": "https://github.com/xorfox/drawbridge",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://drawbridge.xorfox.sh",
"remotes": [
{
"type": "sse",
"url": "https://api.drawbridge.xorfox.sh/mcp/sse",
"headers": [
{
"description": "Bearer <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.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-24T04:42:23.634765Z",
"publishedAt": "2026-05-24T04:42:23.634765Z",
"updatedAt": "2026-05-24T04:42:23.634765Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 1.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.