Devart MCP Server for PostgreSQL (ADO.NET) for Cursor
com.devart/mcp-postgresql
Schema-aware read/write access to PostgreSQL through Devart dotConnect ADO.NET data provider.
client:Cursor
transport:stdio
runtime:nuget
Install Devart MCP Server for PostgreSQL (ADO.NET) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-postgresql": {
"type": "stdio",
"command": "dnx",
"args": [
"Devart.Mcp.PostgreSql",
"--yes"
],
"env": {
"DEVART_MCP_POSTGRESQL_CONNECTION": "<DEVART_MCP_POSTGRESQL_CONNECTION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs