Skip to content
Back to search
30
MCP

io.github.bolyra/gateway

io.github.bolyra/gateway

MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.

Uptime
0.0%
24 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.bolyra/mcp
MCP auth middleware: gate tool calls so only authorized agents can act.
0 tools
io.github.titus-civic/mcp-gateway
Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.
0 tools · streamable-http
io.github.authzx/mcp-gateway
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
0 tools
io.github.bolyra/shield
Stdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement.
0 tools
Civic Gateway
Identity and authorization gateway for MCP tools providing agent authentication, scoped permissions, audit trails, and revocable access cont
0 tools
@ai-agent-ledger/mcp-gateway
Policy enforcement, tamper-evident audit trail, and kill switch for any MCP server — a drop-in governance proxy
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.bolyra/gateway": {
      "url": "None",
      "transport": "http"
    }
  }
}