Skip to main content
Glama

SCIM MCP Server

by limosa-io

SCIM MCP Server

A Model Context Protocol (MCP) server that bridges SCIM 2.0 APIs, allowing MCP clients to interact with SCIM resources through standardized tools.

[!TIP] 🚀 SCIM Playground: Test this SCIM MCP server live in the SCIM Playground before integrating it with your own SCIM server.

Usage

Stdio Transport

Add this configuration to your MCP client's configuration file:

{ "mcpServers": { "scim": { "command": "npx", "args": ["github:limosa-io/mcp-scim", "--stdio"], "env": { "SCIM_URL": "https://your-scim-server.com", "SCIM_AUTH_TOKEN": "your-bearer-token" } } } }

HTTP Transport

For HTTP-based MCP clients, add this configuration:

{ "mcpServers": { "scim": { "url": "http://localhost:3000/mcp", "headers": { "Authorization": "Bearer your-token" }, "type": "http" } } }

Note: Make sure to start the HTTP server first using npx github:limosa-io/mcp-scim (without --stdio flag). Please set the environment variable SCIM_URL and optionally PORT.

Available Tools

Tool

Description

resourcetypes

List available SCIM resource types

schemas

Get SCIM schemas and attribute definitions

serviceProviderConfig

Get server capabilities and configuration

getResources

Query resources with filtering and pagination

getResourceById

Retrieve a specific resource by ID

createResource

Create a new SCIM resource

updateResource

Update an existing resource (PUT)

patchResource

Modify a resource with specific operations (PATCH)

deleteResource

Delete a resource

batchOperations

Perform multiple operations in a single request

Development

Local Development Setup

git clone git@github.com:limosa-io/mcp-scim.git cd mcp-scim npm install

Development Commands

npm run dev:watch # Auto-reload on file changes npm run dev # Run once in development mode npm run build # Compile TypeScript to JavaScript npm start # Run the compiled version
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that connects to SCIM 2.0 APIs, enabling MCP clients to manage SCIM resources using natural language.

  1. Usage
    1. Stdio Transport
    2. HTTP Transport
  2. Available Tools
    1. Development
      1. Local Development Setup
      2. Development Commands

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
      Last updated -
      3
      • Apple
    • -
      security
      A
      license
      -
      quality
      The m2m-mcp-server-ssh-client provides a unified MCP server interface, securely connecting via SSH to the m2m-mcp-server-ssh-server back-end which aggregates MCP servers. This setup offers secure, single-point access to diverse remote tools using robust SSH key-based authentication.
      Last updated -
      8
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A client library for connecting to and interacting with MCP servers hosted on smcphub.com, allowing users to find, publish, and call tools on MCP servers.
      Last updated -
      2
      5
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that enables interaction with ShipEngine's shipping API, allowing users to manage shipments, labels, carriers, and other shipping operations through natural language commands.
      Last updated -

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/limosa-io/mcp-scim'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server