IDMS Identity SQL MCP
Click on "Deploy 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., "@IDMS Identity SQL MCPfind identity for employee 12345"
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.
IDMS Identity SQL MCP
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 .envInstall dependencies with uv:
uv syncAlternative with pip:
pip install -r requirements.txtConfigure 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_passwordRelated MCP server: SQL Server MCP Server (Diamond Inventory)
Permission Matrix
This server does not use Microsoft Graph and does not request OAuth scopes.
Access type | Tool coverage |
SQL read access to |
|
Run
uv run python main.pyOptional HTTP mode:
uv run python main.py --transport http --port 8003Claude/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
This server cannot be deployed
Maintenance
Related MCP Connectors
DBRE-grade SQL analysis inside any MCP client. No connection. No install. Paste a query.
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
DER SP: DARE, official-source lookup. Platform-hosted, pay per query with prepaid credit.
Agent-native MCP server over 49M+ US public and government records, privacy-first, always current.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables read-only interaction with SQL databases through MCP, providing database metadata exploration, sample data retrieval, and secure query execution. Supports MySQL with multiple transport options and built-in security features including SQL injection protection and data sanitization.3 npm5MIT
- AlicenseNot gradedqualityDmaintenanceEnables safe, read-only querying and schema exploration for Microsoft SQL Server databases with preconfigured Diamond Inventory support, multiple database management, and optional HTTP API.MIT
- FlicenseNot gradedqualityDmaintenanceEnables read-only exploration and querying of Microsoft SQL Server databases through a standardized interface.2-
- FlicenseAqualityCmaintenanceProvides read-only SQL Server access via MCP tools and a chat interface for natural-language database queries.4-