What is the com.scopeblind/passport MCP server?
Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.
How to install com.scopeblind/passport
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"passport": {
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"passport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}Claude Code
claude mcp add passport -- npx -y @scopeblind/passportRelated MCP servers
Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.
View repository →Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
View repository →