# dotnetcore/FreeSql | Model Context Protocol (MCP) Server > .NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm. - **Stars**: ⭐ 4,377 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "FreeSql": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FreeSql" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "FreeSql": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FreeSql" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-FreeSql` - **Docker**: `docker run -i --rm mcp/FreeSql`