IDMS Identity SQL
БесплатноНе проверенEnables SQL-based identity lookups for IDMS systems, supporting search by account, employee ID, name, department, and manager, plus active students and stats.
Описание
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
Установка IDMS Identity SQL
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/josephstreeter/mcp_idmsFAQ
IDMS Identity SQL MCP бесплатный?
Да, IDMS Identity SQL MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для IDMS Identity SQL?
Нет, IDMS Identity SQL работает без API-ключей и переменных окружения.
IDMS Identity SQL — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить IDMS Identity SQL в Claude Desktop, Claude Code или Cursor?
Открой IDMS Identity SQL на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
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
автор: 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
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare IDMS Identity SQL with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
