title: System for Cross-domain Identity Management (SCIM) MCP Server colorFrom: pink colorTo: blue sdk: docker appport: 7860 pinned: false shortdescription: SCIM 2.0 relay for AI agents to manage identities - building-mcp-track-enterprise scim-mcp is a SCIM (System for Cross-domain Identity Management) relay for AI agents. This MCP server enables LLMs to manage enterprise user identities and group
Add this skill
npx mdskills install chenhunghan/scim-mcpComprehensive SCIM 2.0 relay with strong privacy features and clear documentation
scim-mcp is a SCIM (System for Cross-domain Identity Management) relay for AI agents. This MCP server enables LLMs to manage enterprise user identities and groups through the battle-tested SCIM 2.0 standard (RFC7644). It acts as a privacy first relay between AI agents and service providers (SP) or identity providers (IdP), allowing organizations to provision, de-provision, and manage authorization policies.
Full SCIM 2.0 user and group lifecycle management with built-in PII masking for GDPR/privacy compliance:
Privacy & Compliance:
User Operations:
active: falseGroup Operations:
On Vercel
On Alpic
sequenceDiagram
participant LLM as LLM/AI Agent
participant MCP as scim-mcp
(MCP Server)
participant SP as Service Provider
(SCIM Endpoint)
Note over MCP: Credentials stored as
environment variables:
SCIM_API_TOKEN
SCIM_API_BASE_URL
LLM->>MCP: MCP Tool Request
(e.g., create-user)
Note over LLM,MCP: No credentials exposed to LLM
MCP->>MCP: Retrieve credentials
from environment
MCP->>SP: SCIM API Request
Authorization: Bearer {token}
SP->>MCP: SCIM Response
MCP->>LLM: MCP Tool Response
[mcp_servers.scim]
command = "npx"
args = ["-y", "mcp-remote@latest", "https://scim-mcp-d8a54d7b.alpic.live/", "--header", "x-scim-api-token:${SCIM_AUTH_TOKEN}", "--header", "x-scim-base-url:https://service.provider.scim.base.url"]
First, run the development server:
npm run dev
Install via CLI
npx mdskills install chenhunghan/scim-mcpSCIM Relay for Agents is a free, open-source AI agent skill. title: System for Cross-domain Identity Management (SCIM) MCP Server colorFrom: pink colorTo: blue sdk: docker appport: 7860 pinned: false shortdescription: SCIM 2.0 relay for AI agents to manage identities - building-mcp-track-enterprise scim-mcp is a SCIM (System for Cross-domain Identity Management) relay for AI agents. This MCP server enables LLMs to manage enterprise user identities and group
Install SCIM Relay for Agents with a single command:
npx mdskills install chenhunghan/scim-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
SCIM Relay for Agents works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.