IDMS Identity SQL
FreeNot checkedEnables SQL-based identity lookups for IDMS systems, supporting search by account, employee ID, name, department, and manager, plus active students and stats.
About
Enables SQL-based identity lookups for IDMS systems, supporting search by account, employee ID, name, department, and manager, plus active students and stats.
README
Standalone MCP server for SQL-based IDMS identity lookups.
This folder is repository-ready and can be moved directly into its own Git repository.
Setup
- Create local environment variables:
cp .env.example .env
- Install dependencies with uv:
uv sync
Alternative with pip:
pip install -r requirements.txt
- Configure environment variables in
.env:
SQL_SERVER=your_hostname_or_instance
SQL_DATABASE=your_database
# Optional SQL auth
# SQL_USERNAME=your_sql_username
# SQL_PASSWORD=your_sql_password
Permission Matrix
This server does not use Microsoft Graph and does not request OAuth scopes.
| Access type | Tool coverage |
|---|---|
SQL read access to dbo.Identities_MIM |
search_identity_by_account, search_identity_by_employee_id, search_identities_by_name, get_identities_by_department, get_identities_by_manager, get_active_students, get_identity_stats |
Run
uv run python main.py
Optional HTTP mode:
uv run python main.py --transport http --port 8003
Claude/Copilot Integration
See CLAUDE_SETUP.md in this folder for standalone MCP configuration examples.
Standalone Repo Contents
main.py- MCP server entrypointmodules/- SQL identity assistant modulepyproject.toml- Project metadata and dependenciesuv.lock- Locked dependency graph for reproducible installs.env.example- Environment template.gitignore- Local repo ignores
Installing IDMS Identity SQL
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/josephstreeter/mcp_idmsFAQ
Is IDMS Identity SQL MCP free?
Yes, IDMS Identity SQL MCP is free — one-click install via Unyly at no cost.
Does IDMS Identity SQL need an API key?
No, IDMS Identity SQL runs without API keys or environment variables.
Is IDMS Identity SQL hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install IDMS Identity SQL in Claude Desktop, Claude Code or Cursor?
Open IDMS Identity SQL on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare IDMS Identity SQL with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
