Devart MCP Server for PostgreSQL (ADO.NET) for Grok
com.devart/mcp-postgresql
Schema-aware read/write access to PostgreSQL through Devart dotConnect ADO.NET data provider.
client:Grok
transport:stdio
runtime:nuget
Install Devart MCP Server for PostgreSQL (ADO.NET) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-postgresql": {
"type": "stdio",
"command": "dnx",
"args": [
"Devart.Mcp.PostgreSql",
"--yes"
],
"env": {
"DEVART_MCP_POSTGRESQL_CONNECTION": "<DEVART_MCP_POSTGRESQL_CONNECTION>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs