mcp-governance-sdk
by ithena-one·★ 37·Score 38
A governance SDK adding identity, RBAC, auditing and logging capabilities to MCP servers.
Overview
The MCP Governance SDK by Ithena provides a comprehensive governance layer for Model Context Protocol servers, addressing critical enterprise needs like identity resolution, role-based access control, credential management, auditing, and observability. It wraps the base MCP Server class with a pluggable pipeline architecture that processes requests through security and governance checks before executing business logic. The SDK supports both self-hosted implementations and integration with Ithena's upcoming managed platform.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when building enterprise MCP applications requiring robust authentication, authorization, audit trails, and need to integrate with existing governance infrastructure.
When NOT to choose this
Avoid if you need a simple MCP server without enterprise governance features, or if you prefer open-source solutions without optional vendor lock-in to the Ithena platform.
Comparable tools
Installation
npm install @ithena-one/mcp-governance @modelcontextprotocol/sdk zod
# or
yarn add @ithena-one/mcp-governance @modelcontextprotocol/sdk zodFor Claude Desktop integration, add to the config.json:
"mcpServers": {
"governance": {
"command": "npx",
"args": ["@ithena-one/mcp-governance"]
}
}FAQ
- What is the difference between the SDK and the managed platform?
- The SDK is open-source and requires you to implement the backend logic yourself, while the managed platform provides hosted implementations for these interfaces, eliminating infrastructure management.
- Does this work with existing MCP servers?
- Yes, it wraps the base MCP Server class and integrates with servers built using @modelcontextprotocol/typescript-sdk, allowing you to add governance without rewriting your core logic.
On Hacker News
Recent discussion from the developer community.
- Story by vanandel · 2025-04-02
Compare mcp-governance-sdk with
Last updated · Auto-generated from public README + GitHub signals.