mcp-authorization-server

KeishiS/mcp-authorization-server
★ 0 stars Rust Security Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-authorization-se": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-authorization-server"
      ]
    }
  }
}

README Excerpt

= MCP Authorization Server :toc: :toclevels: 2 Rust製のMCPサーバーへ組み込むOAuth Authorization Serverの中核ライブラリーです。 HTTPフレームワーク、データベース、Identity Provider、製品固有のdomain modelから独立しています。 == 提供するcrate ``mcp-authorization-server``:: Authorization Code、PKCE S256、resourceとscopeの検査、不透明token、refresh token rotation、 token familyの失効、取消を扱う中核crateです。