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
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • 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. πŸ“Š Monitoring
  3. Panos Salt MCP
Panos Salt MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 8:32:38 PM

Panos Salt MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository6 GitHub StarsTotal stargazers on GitHub for the source repository (6 stars).Visit Website

Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.

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
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-gateway": {
      "url": "http://localhost:8000/t/my-org/mcp/sse"
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Documentation Overview

MCP Gateway

Tests License: MIT Python 3.12

The production platform for MCP tools.

Claude Desktop can connect to your internal tools β€” databases, filesystems, APIs, anything β€” through a single authenticated endpoint. You control who can use which tools, every action is logged, and no raw credentials ever leave your server.

Built-in tools: SQL query (Postgres, MySQL, SQLite, MSSQL), filesystem access. Custom tools: plug in anything that implements the MCP tool interface.

See it in action β€” short demo of Claude Desktop querying a database through MCP Gateway.

Table of Contents

  • Overview
  • Features
  • Architecture
  • Quick Start
  • Configuration
  • Authentication
  • API Reference
  • MCP Integration
  • Role-Based Access Control
  • Entra ID / SSO
  • Development
  • Troubleshooting
  • Security
  • Additional Documentation

Overview

MCP Gateway sits between AI assistants and your databases. It:

  1. Authenticates users via password login, Microsoft Entra ID (Azure AD), or API keys
  2. Enforces role-based access control (viewer / analyst / admin)
  3. Exposes databases as MCP tools that AI assistants can discover and call
  4. Translates natural language questions into SQL via Claude, executes queries, and summarizes results
  5. Logs all activity to a structured audit trail
Code
Claude Desktop / mcp-remote
        β”‚
        β”‚ MCP over SSE (OAuth 2.1 + PKCE)
        β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                      MCP Gateway                        β”‚
β”‚                                                         β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ Auth /   β”‚  β”‚  Admin   β”‚  β”‚   MCP SSE Endpoint    β”‚ β”‚
β”‚  β”‚ OAuth    β”‚  β”‚   UI     β”‚  β”‚  /t/{slug}/mcp/sse    β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚                                          β”‚              β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”β”‚              β”‚
β”‚  β”‚         Tool Providers               β”‚β”‚              β”‚
β”‚  β”‚  sql.py β†’ get_schema / execute_sql   β”‚β”‚              β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜β”‚              β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                                          β”‚ Decrypted DSN
                    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                    β”‚   Your Databases    β”‚                β”‚
                    β”‚  Postgres  MySQL  MSSQL  SQLite      β”‚
                    └────────────────────────────────────  β”˜

What you get out of the box

For your organisation

  • One URL for Claude Desktop β€” users authenticate once, access everything they're allowed
  • Microsoft Entra ID SSO β€” roles assigned automatically from Azure AD groups
  • Full audit trail β€” every tool call, every query, every login, who did what and when

For your tools

  • Drop any MCP tool into the gateway and it inherits auth, RBAC, and logging automatically
  • Per-tool role overrides β€” restrict SQL execution to analysts, filesystem writes to admins
  • Bundled: SQL tools (4 databases), filesystem tools (read, write, search, tree)

For your security team

  • No credentials on employee machines
  • Tenant isolation β€” org A cannot see org B's tools or data
  • API keys for CI/CD, OAuth 2.1 + PKCE for human users

Supported Databases

DatabaseDriverDSN Format
PostgreSQLpsycopg2postgresql://user:pass@host/db
MySQL / MariaDBPyMySQLmysql+pymysql://user:pass@host/db
Microsoft SQL Serverpymssqlmssql+pymssql://user:pass@host/db
SQLiteBuilt-insqlite:///path/to/file.db

Filesystem Tools

  • Sandboxed file read/write/search exposed as MCP tools
  • Enabled via FILESYSTEM_ALLOWED_DIRS environment variable
  • Read operations (analyst+): fs_read_file, fs_list_directory, fs_directory_tree, fs_search_files, fs_get_file_info
  • Write operations (admin): fs_write_file, fs_create_directory, fs_move_file

Admin UI

  • Web interface served at /admin/
  • Manage connections, users, SSO config, API keys, and tool roles
  • View audit logs, generated SQL, and query results

Architecture

Technology Stack

LayerTechnologyVersion
API FrameworkFastAPI + Starlette0.136.1 / 1.3.1
ASGI ServerUvicorn0.34.0
ValidationPydantic + pydantic-settings2.12.5 / 2.7.1
ORMSQLAlchemy2.0.30
MigrationsAlembic1.13.1
Auth / JWTPyJWT + bcrypt2.14.0 / 4.0.1
Encryptioncryptography (Fernet)50.0.0
LLMAnthropic SDK0.42.0
MCP Protocolmcp1.28.1
SQL Validationsqlglot25.1.0
Rate Limitingslowapi0.1.9
HTTP Clienthttpx0.28.1
DB Driverspsycopg2-binary / PyMySQL / pymssql2.9.10 / 1.1.1 / 2.3.1
FrontendReact 18 + TypeScript + Viteβ€”

Dev tooling (requirements-dev.txt): pytest, pytest-asyncio, ruff, mypy. The pinned versions above are generated from requirements.txt β€” update both together.

Project Structure

Code
app/
β”œβ”€β”€ main.py               # FastAPI app setup, middleware, routing
β”œβ”€β”€ config.py             # Environment config (Pydantic Settings)
β”œβ”€β”€ database.py           # SQLAlchemy engine + session factory
β”œβ”€β”€ api/
β”‚   β”œβ”€β”€ auth.py           # POST /auth/login
β”‚   β”œβ”€β”€ auth_entra.py     # Entra SSO (legacy admin UI paths)
β”‚   β”œβ”€β”€ oauth.py          # OAuth 2.1 endpoints (/t/{slug}/oauth/*)
β”‚   β”œβ”€β”€ connections.py    # DB connection CRUD
β”‚   β”œβ”€β”€ query.py          # Natural language query endpoint
β”‚   β”œβ”€β”€ tenants.py        # Tenant + user management
β”‚   β”œβ”€β”€ tools.py          # Tool listing + role overrides
β”‚   β”œβ”€β”€ mcp_sse.py        # MCP SSE transport
β”‚   β”œβ”€β”€ api_keys.py       # API key management
β”‚   └── audit_logs.py     # GET /audit-logs/ (admin)
β”œβ”€β”€ core/
β”‚   β”œβ”€β”€ auth.py           # JWT creation/validation, password hashing
β”‚   β”œβ”€β”€ dependencies.py   # FastAPI dependency injection
β”‚   β”œβ”€β”€ rbac.py           # Role hierarchy helpers
β”‚   β”œβ”€β”€ security.py       # Fernet encrypt/decrypt
β”‚   β”œβ”€β”€ api_keys.py       # API key generation + hashing
β”‚   β”œβ”€β”€ limiter.py        # slowapi rate limiter setup
β”‚   └── log_filter.py     # Health-check log noise filter
β”œβ”€β”€ constants.py          # Non-tunable application-wide constants (pagination caps, etc.)
β”œβ”€β”€ models/__init__.py    # All SQLAlchemy ORM models
β”œβ”€β”€ schemas/__init__.py   # All Pydantic request/response schemas
β”œβ”€β”€ services/
β”‚   β”œβ”€β”€ entra.py          # Microsoft Graph API client
β”‚   β”œβ”€β”€ llm.py            # Anthropic API (SQL gen + summarization)
β”‚   β”œβ”€β”€ mcp_client.py     # Direct SQLAlchemy schema introspection + query execution
β”‚   └── audit.py          # Audit log writer
└── tools/
    β”œβ”€β”€ __init__.py       # Tool provider framework + registry
    β”œβ”€β”€ sql.py            # DB schema + execute_sql tools
    β”œβ”€β”€ example.py        # Example custom tools
    └── filesystem.py     # Sandboxed file read/write/search tools

app/static/               # Built admin UI, served at /admin/ (generated by the
                          # frontend build; not edited by hand)

frontend/src/
β”œβ”€β”€ main.tsx              # Vite entry point
β”œβ”€β”€ App.tsx               # Root component, auth context, tab routing
β”œβ”€β”€ api.ts                # API client, token management
β”œβ”€β”€ types.ts              # TypeScript types (mirrors Pydantic schemas)
β”œβ”€β”€ constants.ts          # Frontend constants (timeouts, retry config)
β”œβ”€β”€ app.css               # Global styles
β”œβ”€β”€ hooks/
β”‚   └── useForm.ts        # Shared form state helper
└── components/
    β”œβ”€β”€ Login.tsx          # Sign-in form
    β”œβ”€β”€ Setup.tsx          # Tenant registration
    β”œβ”€β”€ Dashboard.tsx      # Tenant info + role display
    β”œβ”€β”€ Connections.tsx    # DB connection management
    β”œβ”€β”€ ConnectionCreateForm.tsx  # Add-connection form
    β”œβ”€β”€ ConnectionEditRow.tsx     # Inline connection editor
    β”œβ”€β”€ Query.tsx          # Natural language query UI
    β”œβ”€β”€ Users.tsx          # User management (admin)
    β”œβ”€β”€ SsoConfig.tsx      # Entra ID configuration (admin)
    β”œβ”€β”€ Tools.tsx          # Tool browser + role overrides
    β”œβ”€β”€ ToolGroup.tsx      # Grouped tool listing
    β”œβ”€β”€ ToolRoleOverride.tsx      # Per-tool role control
    β”œβ”€β”€ ApiKeys.tsx        # API key management
    β”œβ”€β”€ AuditLog.tsx       # Filterable audit log viewer (admin)
    β”œβ”€β”€ AuditLogFilters.tsx       # Audit log filter controls
    β”œβ”€β”€ AuditLogDetail.tsx        # Single audit entry detail
    β”œβ”€β”€ ConfirmModal.tsx   # Reusable confirmation dialog
    └── ErrorBoundary.tsx  # Top-level error boundary

alembic/versions/         # Database migrations
docs/                     # Guides (OAuth flow, deployment, audit logging, …)
tests/                    # pytest suite (SQLite in-memory, no services needed)

Database Schema

Code
Tenants ─┬─► Users ──────► APIKeys
         β”œβ”€β–Ί APIKeys              (also a direct tenant_id FK, not only via Users)
         β”œβ”€β–Ί DBConnections
         β”œβ”€β–Ί TenantEntraConfig
         β”œβ”€β–Ί AuditLogs                (tenant_id and user_id both nullable)
         β”œβ”€β–Ί OAuthAuthorizationCodes
         β”œβ”€β–Ί OAuthRefreshTokens
         └─► ToolRoleOverrides

OAuthStates                          (no tenant_id FK β€” holds a plain
                                      tenant_slug string, since the row is
                                      created before the tenant is resolved)

Quick Start

Prerequisites

  • Docker and Docker Compose
  • An Anthropic API key (for the /query/ endpoint; not needed for raw MCP tool access)

1. Clone and configure

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

Related MCP Servers

View all in Monitoring View all alternatives
  • Enterprise MCP Gateway logoEnterprise MCP Gateway

    Production-grade MCP Gateway in Go with RBAC, in-flight PII redaction, and audit logging.

    πŸ“Š Monitoring2 views
    Compare vs Enterprise MCP Gateway β†’
  • Obsidian MCP Secure logoObsidian MCP Secure

    Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

    πŸ“Š Monitoring1 views
    Compare vs Obsidian MCP Secure β†’
  • MCP Ts Template logoMCP Ts Template

    A production-grade TypeScript template for scalable MCP servers with built-in observability.

    πŸ“Š Monitoring0 views
    Compare vs MCP Ts Template β†’
  • MCP Ts Core logoMCP Ts Core

    TypeScript framework for building MCP servers with declarative definitions and observability.

    πŸ“Š Monitoring0 views
    Compare vs MCP Ts Core β†’

Adoption & maintenance

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

GitHub stars
6
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
1 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 Panos Salt MCP

Panos Salt MCP is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "panos-salt-mcp": { "url": "http://localhost:8000/t/my-org/mcp/sse" } }

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 PreviewPanos Salt MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-gateway?style=directory)](https://allmcps.com/mcp/mcp-gateway)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-gateway"><img src="https://allmcps.com/api/badge/mcp-gateway?style=directory" alt="Panos Salt MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSSE (Remote)
Last updatedMar 20, 2026
3/7 checks healthy over the last 45d
Views1
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 stars6
GitHub Star CountTotal stargazers on GitHub representing community popularity (6 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 20, 2026
36Quality signal: Fair Β· 36/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 & tools15/30
Adoption & activity2/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Panos Salt MCP β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients