RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.coregentdevspace/sql-server-analyst-mcp · v0.1.1
Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.
sql-server-analyst-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"sql-server-analyst-mcp": {
"command": "npx",
"args": [
"-y",
"sql-server-analyst-mcp"
],
"env": {
"MSSQL_SERVER": "<MSSQL_SERVER>",
"MSSQL_USER": "<MSSQL_USER>",
"MSSQL_PASSWORD": "<MSSQL_PASSWORD>"
}
}
}
}MSSQL_SERVER必填SQL Server hostname or FQDN (e.g. <name>.database.windows.net for Azure SQL).
MSSQL_PORT可选TCP port (default 1433; set 0 for named instance with dynamic port).
MSSQL_DATABASE可选Default database to connect to. Most tools also accept an override argument.
MSSQL_USER必填SQL authentication login name.
MSSQL_PASSWORD必填secretSQL authentication password. Quote values containing '#' in .env files.
MSSQL_ENCRYPT可选Encrypt the connection (true|false). Required true for Azure SQL.
MSSQL_TRUST_SERVER_CERT可选Trust self-signed certificates (true|false). Use true only for local dev.
ALLOWED_DATABASES可选Comma-separated allowlist of databases the server may access. Empty = unrestricted.
ALLOWED_SCHEMAS可选Comma-separated allowlist of schemas for schema tools. Empty = unrestricted.
MAX_ROWS可选Default row limit per safe query (default 100).
MAX_ROWS_LIMIT可选Hard cap on query rows (default 1000).
QUERY_TIMEOUT_MS可选Query execution timeout in milliseconds (default 30000).
LOG_LEVEL可选error | warn | info | debug (default info).
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.coregentdevspace/sql-server-analyst-mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "sql-server-analyst-mcp",
"description": "Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.",
"repository": {
"url": "https://github.com/coregentdevspace/sql-server-analyst-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "sql-server-analyst-mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "MSSQL_SERVER",
"description": "SQL Server hostname or FQDN (e.g. <name>.database.windows.net for Azure SQL).",
"isRequired": true
},
{
"name": "MSSQL_PORT",
"description": "TCP port (default 1433; set 0 for named instance with dynamic port)."
},
{
"name": "MSSQL_DATABASE",
"description": "Default database to connect to. Most tools also accept an override argument."
},
{
"name": "MSSQL_USER",
"description": "SQL authentication login name.",
"isRequired": true
},
{
"name": "MSSQL_PASSWORD",
"description": "SQL authentication password. Quote values containing '#' in .env files.",
"isRequired": true,
"isSecret": true
},
{
"name": "MSSQL_ENCRYPT",
"description": "Encrypt the connection (true|false). Required true for Azure SQL."
},
{
"name": "MSSQL_TRUST_SERVER_CERT",
"description": "Trust self-signed certificates (true|false). Use true only for local dev."
},
{
"name": "ALLOWED_DATABASES",
"description": "Comma-separated allowlist of databases the server may access. Empty = unrestricted."
},
{
"name": "ALLOWED_SCHEMAS",
"description": "Comma-separated allowlist of schemas for schema tools. Empty = unrestricted."
},
{
"name": "MAX_ROWS",
"description": "Default row limit per safe query (default 100)."
},
{
"name": "MAX_ROWS_LIMIT",
"description": "Hard cap on query rows (default 1000)."
},
{
"name": "QUERY_TIMEOUT_MS",
"description": "Query execution timeout in milliseconds (default 30000)."
},
{
"name": "LOG_LEVEL",
"description": "error | warn | info | debug (default info)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.coregentdevspace/sql-server-analyst-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.coregentdevspace%2Fsql-server-analyst-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}