About Auth Demos
Auth Demos is an MCP server published by scalekit-inc in the AI category: model Context Protocol authentication demos - AI assistant integration examples. It has been installed 0 times through Conduid.
The repository has 6 stars and 8 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-auth-demosThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Auth Demos
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
MCP Demo: Node.js & Python Servers
This repository demonstrates secure, production-ready Model Context Protocol (MCP) servers implemented in both Node.js and Python, with full integration to the Scalekit platform for authentication, authorization, and dynamic client registration.
Repository Structure
greeting-mcp-node/
Node.js (TypeScript) implementation of an MCP server with Scalekit authentication and permissioned tool access.greeting-mcp-python/
Python (FastAPI + FastMCP) implementation of an MCP server with Scalekit authentication and permissioned tool access.
Each subdirectory contains its own README with detailed setup and usage instructions.
Features
- Scalekit OAuth 2.1 Authentication: Secure, standards-based authentication and authorization for all MCP requests.
- Dynamic Client Registration: Register MCP servers with Scalekit for secure, permissioned access.
- Tool-Based Architecture: Easily extend with new tools and permissions.
- Production-Ready: Includes logging, CORS, and environment-based configuration.
Quick Start
See the README in each subproject for setup instructions:
License
This repository is licensed under the MIT License. See LICENSE for details.
Learn More
README mirrored from the source repository 3 months ago. The original is authoritative.