scim-mcp
Verified Safeby chenhunghan
Overview
This MCP server acts as a SCIM 2.0 relay for AI agents to manage enterprise user identities and groups.
Installation
npm run build && npm startEnvironment Variables
- SCIM_API_TOKEN
- SCIM_API_BASE_URL
Security Notes
The server securely retrieves API tokens and base URLs from environment variables or custom HTTP headers (x-scim-api-token, x-scim-base-url), avoiding hardcoded secrets. Input validation for tool parameters is handled using Zod schemas. A built-in PII masking utility is implemented to reduce sensitive data exposure in LLM responses, enhancing privacy compliance. No 'eval' or other direct dynamic code execution is apparent in the provided source.
Similar Servers
bifrost
A high-performance AI gateway with a unified interface for multiple LLM providers, offering real-time monitoring and configuration.
mcp-gateway-registry
Provides a programmatic interface to interact with the main MCP Gateway Registry API, enabling tasks like registering/toggling services, managing groups/users, and intelligently discovering tools across registered services using semantic search and access control.
deepsecure
Provides a zero-trust security control plane for AI agents, enabling cryptographic identity, authenticated ephemeral credentials, fine-grained policy enforcement, secret injection, and secure delegation for AI agent-to-agent interactions.
agent-identity-management
A production-ready identity verification and security platform for AI agents and Model Context Protocol (MCP) servers, providing cryptographic identity, access control, and real-time threat detection.