🔐 SSE MCP Server with JWT Authentication
@anisirji
🔐 SSE MCP Server with JWT Authentication について
Secure middleware server implementing Model Context Protocol (MCP) over SSE with JWT authentication. Enables standardized communication between AI tools and clients with dynamic tool registration, request logging, and session management. Perfect for building production-ready AI s
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-remote-setup-with-jwt-auth": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🔐 SSE MCP Server with JWT Authentication?
This server is a Model Context Protocol (MCP) SSE server that provides JWT‑based authentication for exposing multiple AI tools over an SSE transport. It is designed for developers needing secure remote access to MCP tools with flexible token management.
How to use 🔐 SSE MCP Server with JWT Authentication?
Clone the repository, install dependencies with npm install, create a .env file with a JWT_SECRET, and run npm run dev to start the server on http://localhost:3001/sse. Generate a JWT token via GET /auth/token?username=<username>&scope=mcp:access. Then connect to the SSE endpoint using the token in the Authorization header.
Key features of 🔐 SSE MCP Server with JWT Authentication
- Secure SSE connection with Bearer JWT token
- Dynamic tool registration (echo, time, random number)
- Tested with @modelcontextprotocol/inspector
- Session management for /message endpoint
- Ready to extend for production use
Use cases of 🔐 SSE MCP Server with JWT Authentication
- Expose multiple AI tools over SSE with JWT authentication
- Test MCP tools using @modelcontextprotocol/inspector
- Prototype and extend a secure MCP server for production
FAQ from 🔐 SSE MCP Server with JWT Authentication
What transport does this server use?
It uses SSE (Server‑Sent Events) with JWT Bearer token authentication.
How do I generate an authentication token?
Send a GET request to /auth/token?username=<username>&scope=mcp:access.
What tools are included by default?
Default tools are test, echo, get-time, and random-number.
What are the runtime requirements?
Node.js, Express, @modelcontextprotocol/sdk, JWT, and Zod.
Is this server ready for production?
It is designed to be extended for production use; upcoming changes include token revocation, role‑based access, and rate limiting.
「開発者ツール」の他のコンテンツ
Grafana MCP server
grafanaMCP server for Grafana
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
コメント