Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Authmcp Gateway
Authmcp Gateway logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:32:01 PM

Authmcp Gateway

User RatingsBe the first to rate and review this MCP server!
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website
securitymcpoauthmonitoringaggregator

Centralizes OAuth2, JWT, RBAC, rate limiting, and monitoring for multiple MCP backends behind one endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "loglux-authmcp-gateway": {
      "command": "uvx",
      "args": [
        "authmcp-gateway"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ”’ More in Security

Overview

The loglux/authmcp-gateway MCP server proxies tools, resources, prompts, and completions from multiple MCP backends through one authenticated endpoint. It supports OAuth 2.0 Authorization Code flow with Dynamic Client Registration, JWT authentication, role-based access, backend token refresh, and configurable rate limits. An admin dashboard manages users and backend connections while displaying activity, health, performance, and security events. Reach for it when several MCP servers need centralized access control and monitoring rather than separate client configuration.

Use cases

β€’Aggregate multiple MCP servers behind one endpoint
β€’Require OAuth or JWT authentication for MCP access
β€’Apply per-user rate limits to backend requests
β€’Monitor MCP activity and backend health
β€’Manage backend credentials and user roles centrally

Key features

β€’OAuth 2.0 with Dynamic Client Registration
β€’JWT authentication and role-based access
β€’Multi-server MCP aggregation and routing
β€’Per-user rate limiting
β€’Real-time activity and health monitoring
β€’Admin dashboard with security audit

Capabilities & Tool Schemas (3) ~19 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Authmcp Gateway.

annotations.readOnlyHint

Callable MCP tool function

annotations.idempotentHint

Callable MCP tool function

annotations.destructiveHint

Callable MCP tool function

How Authmcp Gateway works

What loglux/authmcp-gateway MCP server does

The loglux/authmcp-gateway MCP server acts as an authenticated proxy and aggregation layer for MCP backends. It presents a single MCP endpoint while forwarding requests to configured servers. The gateway can aggregate tool, resource, prompt, and completion results from multiple backends, then route calls, reads, and gets to the backend that owns the selected item.

Authentication options include OAuth 2.0 Authorization Code flow, Dynamic Client Registration, and JWT-based access tokens. The gateway supports multiple users and role-based access. It can also store backend credentials securely, refresh backend tokens, apply per-user request limits, and record security events.

An administration interface is provided for creating users, configuring backend MCP servers, checking token health, reviewing security events, and running MCP security audits. Monitoring includes request activity, response times, success rates, request volume, and backend health checks.

How it works

After startup, the gateway initializes its database and serves a setup interface for creating an administrator. Administrators add backend MCP servers through the dashboard or the administrative API, providing a name, URL, and optional backend token.

Authenticated clients send MCP JSON-RPC requests to the gateway endpoint. During initialization, the gateway queries connected backends and advertises the capabilities they support. List operations combine results across configured servers, while operations such as reading a resource, retrieving a prompt, completing a request, or calling a tool are routed to the relevant backend.

The gateway targets MCP protocol version 2025-03-26. Authentication and MCP request activity can be logged as JSON files with rotation, while security events remain in SQLite for auditing and queries. CORS protection and request validation are also included.

Setup and configuration

The loglux/authmcp-gateway MCP server can be installed from PyPI with pip install authmcp-gateway. Start it with authmcp-gateway start; the default bind address is 0.0.0.0:8000. The command can accept a custom port, host, or environment file. Additional commands initialize the database, create an administrator, and print the version.

On first run, the application creates a .env file with a JWT signing key when needed, creates its data directory, and initializes the database. The browser setup wizard is available at the local root URL. Docker Compose is also documented; that path uses the repository’s .env.example, starts the container with docker-compose up -d, and exposes the configured host port.

Configuration includes the gateway port, JWT_SECRET_KEY, whether authentication is required, and initial administrator credentials. Backend servers can be added from the dashboard or through the administrative API.

Tools and capabilities

The proxy covers these MCP method groups when supported by connected backends:

  • Tools: listing and calling, with prefix, mapping, and automatic-discovery routing.
  • Resources: listing, reading, and resource-template listing.
  • Prompts: listing and retrieval.
  • Completions: completion requests with reference-based routing.
  • Dynamic capability discovery during initialization.
  • Aggregation across multiple MCP servers.
  • OAuth 2.0, Dynamic Client Registration, JWTs, RBAC, and refresh tokens.
  • Rate limiting, health checks, activity metrics, and security-event monitoring.

Limitations and notes

The gateway does not provide backend MCP functionality by itself. Its useful operations depend on the servers configured by an administrator and the capabilities those servers advertise. Backend URLs and any required backend tokens must be supplied during configuration.

Authentication is enabled by default in the documented configuration. Operators should set an appropriate JWT signing key and administrator password, or use the generated setup flow. The documented client self-registration behavior is associated with OAuth and DCR; no specific compatibility claim is provided here for Claude Desktop, Cursor, Windsurf, or Cline.

The loglux/authmcp-gateway MCP server is distributed under the MIT license and requires Python 3.11 or newer when installed from PyPI.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Security View all alternatives
  • Agentforge Trust MCP logoAgentforge Trust MCP

    Query the AgentForge Trust Score (0-100 across five dimensions: security, code health, behavioral audit, community trust, EU compliance) for any MCP server before connecting. Exposes checktrust, evaluatepolicy, listtrusted, and recommend tools. 3,600+ servers audited, free public API.

    πŸ”’ Security2 views
    Compare vs Agentforge Trust MCP β†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls β€” DROP TABLE, rm -rf, force-push β€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    πŸ”’ Security3 views
    Compare vs Shield β†’
  • MCP Dandan logoMCP Dandan

    Real-time security framework for MCP servers that detects and blocks malicious AI agent behavior by analyzing tool call patterns and intent across multiple threat detection engines.

    πŸ”’ Security6 views
    Compare vs MCP Dandan β†’
  • Scopeblind Gateway logoScopeblind Gateway

    Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval.

    πŸ”’ Security2 views
    Compare vs Scopeblind Gateway β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Authmcp Gateway

Install the PyPI package with `pip install authmcp-gateway`, then run `authmcp-gateway start`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAuthmcp Gateway AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/loglux-authmcp-gateway?style=directory)](https://allmcps.com/mcp/loglux-authmcp-gateway)
HTML Embed
<a href="https://allmcps.com/mcp/loglux-authmcp-gateway"><img src="https://allmcps.com/api/badge/loglux-authmcp-gateway?style=directory" alt="Authmcp Gateway on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 13, 2026
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· authmcp-gateway (PyPI)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Authmcp Gateway β†’Install in Claude DesktopInstall in CursorInstall in VS Code