iiq-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iiq-mcpsearch for roles related to finance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iiq-mcp
A Model Context Protocol server for SailPoint IdentityIQ 8.5.
Search and request roles and entitlements in IdentityIQ through SCIM 2.0, directly from any MCP-compatible AI client (Claude Code, OpenCode, etc.).
Status
v0.1.0 — early development. See design spec.
Related MCP server: SailPoint MCP Server
Install
pip install git+https://github.com/zcharako81/iiq-mcp.git
# Or editable dev install:
git clone https://github.com/zcharako81/iiq-mcp.git
cd iiq-mcp && pip install -e ".[dev]"Quickstart
# 1. Authenticate
iiq-mcp login --base-url https://iiq.acme.com --username alice
# 2. Start the server (for Claude Code / OpenCode)
iiq-mcp serve
# 3. In your AI client:
# "search for roles related to finance"
# "what roles do I currently have?"
# "request the Senior Approver role for me"Commands
Command | Purpose |
| Store IIQ credentials in OS keychain |
| Remove credentials from OS keychain |
| Start MCP server (stdio transport) |
| Show connection status |
Configuration
The AI client launches iiq-mcp serve with these environment variables:
Variable | Purpose |
| Your IIQ base URL (e.g. |
| Your IIQ username (for keychain lookup) |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/zcharako81/iiq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server