A lightweight C#-based MCP (Model Context Protocol) server for ADO\.NET . This server is compatible with Virtuoso. Currently, this server has only
Mcp adonet server mcp server connects MCP Adonet Server to AI assistants that speak the Model Context Protocol. A lightweight C#-based MCP (Model Context Protocol) server for ADO.NET . This server is compatible with Virtuoso. Currently, this server has only been successfully tested using the .NET runtimes on Windows and Linux.
A lightweight C#-based MCP (Model Context Protocol) server for ADO.NET . This server is compatible with Virtuoso. Currently, this server has only been successfully tested using the .NET runtimes on Windows and Linux.
Once connected, the assistant can call this tool directly:
Overview — The Overview tool exposed by this serverThe server is distributed via npm as @modelcontextprotocol/inspector, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 2 environment variables: ADO_URL, API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
MCP_AdoNet_Server.csproj) is compatible with your environment by running: 2. NET.9 - Check that the project file (MCP_AdoNet_Server.csproj) is compatible with your environment by running: - If need be, you can also attempt to rebuild MCP_AdoNet_Server.csproj by running: ---Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. MCP Adonet Server sits in that group, and the shape of its toolset — Overview — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Overview | The Overview tool exposed by this server. |
2. **NET.9**
```json
{
"mcpServers": {
"my_database": {
"command": "dotnet",
"args": ["run", "--framework", "net9.0", "--project", "/path/to/mcp-adonet-server/MCP_AdoNet_Server.csproj"],
"env": {
"ADO_URL": "HOST=localhost:1111;Database=Demo;UID=demo;PWD=demo",
"API_KEY": "sk-xxx"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
MCP_AdoNet_Server.csproj) is compatible with your environment by running: 2. NET.9 - Check that the project file (MCP_AdoNet_Server.csproj) is compatible with your environment by running: - If need be, you can also attempt to rebuild MCP_AdoNet_Server.csproj by running: ---| Variable | Description | Required |
|---|---|---|
| ADO_URL | Endpoint or connection string the server talks to. | Yes |
| API_KEY | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.