- Conduid
- Marketplace
- #mcpg
MCP servers tagged mcpg
21 live MCP servers tagged "mcpg", ranked by trust score. Tags come from package metadata and repository topics, so this list covers servers across every category that work with mcpg.
Terraform Provider Mcpg
Terraform provider for MCPG
Mcpg Plugin Reliability Response Cache
Response caching ToolGate plugin for MCPG gateway — per-tool TTL cache with identity scoping
Mcpg Plugin Storage Builtin
Built-in content-store plugins (`in_process` and `file_system`) for the MCPG gateway.
Mcpg Plugin Backend Hana
SAP HANA backend binding plugin for mcpg. Runs an operator-fixed SQL statement against a SAP HANA database over its native HDB SQL protocol and returns rows as JSON.
Mcpg Plugin Identity Oidc Core
OIDC/OAuth verification library for MCPG — discovery, JWKS, JWT/introspection and the config types the gateway validates against
Mcpg Inspector
MCP inspector for mcpg — web UI, TUI and scriptable CLI in one binary
Mcpg Plugin Backend Duckdb
DuckDB embedded-OLAP backend binding plugin for mcpg. Runs an operator-fixed analytical SQL statement as MCP tools / resources — `?` placeholder values are CEL-computed from the t…
Mcpg Plugin Backend Kafka
Kafka backend plugin for mcpg. Provides tool dispatch over Kafka request/reply (BackendPlugin for `kind: "kafka"`) and resource-change subscription over a Kafka topic (WatchStrate…
Mcpg Plugin Credential Oauth Id Jag
OAuth 2.0 Cross-App Access (ID-JAG) credential_issuer plugin for MCPG (RFC 8693 exchange + RFC 7523 redeem)
Mcpg Plugin Credential Oauth Client Credentials
OAuth 2.0 client_credentials credential_issuer plugin for MCPG (RFC 6749 §4.4)
Mcpg Expr
Shared CEL-backed dynamic-value engine for mcpg. Provides `DynamicValue<String>` (compiled-once at register time, evaluated per-call) and `ExprContext` (the standard variable bag…
Mcpg Plugin Protocol
The versioned MCPG plugin protocol: types, trait contracts, and compatibility identifiers
Mcpg Plugin Transform Csv
CSV / delimited-text transform plugin for mcpg. Converts between delimited text (CSV/TSV/semicolon/etc.) and JSON — `csv_to_json` parses a delimited string into an array of row ob…
Mcpg Plugin Host
Plugin registry and loading infrastructure for MCPG
Mcpg Plugin Backend Ldap
LDAP / Active Directory backend binding plugin for mcpg. Binds a service account and runs directory searches as MCP tools/resources — find people, groups, and org data, with the f…
Mcpg Plugin Identity Saml
SAML 2.0 (Web SSO POST binding) identity plugin for mcpg (dev.mcpg.identity.saml).
Mcpg Plugin Metrics Statsd
StatsD metrics_sink plugin for MCPG (dev.mcpg.metrics.statsd) — statsd / DogStatsD line protocol over UDP / stdout / stderr.
Mcpg Plugin Reliability Circuit Breaker
Circuit breaker ToolGate plugin for MCPG gateway — per-tool failure tracking with open/half-open/closed states
Mcpg Control Plane Core
Shared types, traits, and protocol definitions for the MCPG Control Plane.
Mcpg
MCPG gateway — the governed MCP endpoint. Binary: `mcpg`.
Mcpg Plugin Cache Memory
In-process LRU+TTL cache plugin for MCPG (dev.mcpg.cache.memory) — no network, per-entry TTL via moka.