1. Conduid
  2. AI
  3. Auth Demos
MCP server · AI

Auth Demos

Model Context Protocol authentication demos - AI assistant integration examples

62Good

Scored 3 months ago · breakdown

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

Install
npx mcp-auth-demos

This 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

I know everything about Auth Demos. Ask me about installation, configuration, usage, or troubleshooting.

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.

Questions

About Auth Demos

How do I install Auth Demos?

Run npx mcp-auth-demos, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Auth Demos safe to use with an AI agent?

Its trust score is 62 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Auth Demos still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.