What is the io.github.bolyra/sdk MCP server?
TypeScript SDK for mutual ZKP authentication between humans and AI agents.
How to install io.github.bolyra/sdk
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": {
"sdk": {
"command": "npx",
"args": [
"-y",
"@bolyra/sdk"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": [
"-y",
"@bolyra/sdk"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": [
"-y",
"@bolyra/sdk"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bolyra/sdk"
]
}
}
}Claude Code
claude mcp add sdk -- npx -y @bolyra/sdkRelated MCP servers
io.github.bolyra/gateway
Active
MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
0
View repository →TypeScript
Apache-2.0
io.github.bolyra/mcp
Active
MCP auth middleware: gate tool calls so only authorized agents can act.
0
View repository →TypeScript
Apache-2.0
io.github.bolyra/shield
Active
Stdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement.
0
View repository →TypeScript
Apache-2.0