development
documentation
public
What is MSSQL?
MSSQL database integration with configurable access controls and schema inspection
Documentation
MCP Server Documentation
This documentation provides an overview of the MCP server functionalities and usage.
Features
- Alternate user config repository
- API insights
- Attestations filtering and sorting
Installation
To install the MCP server, clone the repository:
git clone https://github.com/aekanun2020/mcp-server.git
Usage
After installation, you can start the server using:
python server.py
Server Config
{
"mcpServers": {
"mssql-server": {
"command": "npx",
"args": [
"mssql"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
aekanun2020
Category:
community
License:
MIT License
Tags:
development
documentation
public