
1{2 "mcpServers": {3 "sql server express": {4 "env": {},5 "args": [6 "--directory",7 "PATH\\TO\\PROJECT\\mcp-sqlexpress",8 "run",9 "mcp-server-sqlexpress",10 "--server",11 "server\\instance",12 "--auth",13 "windows",14 "--trusted-connection",15 "yes",16 "--trust-server-certificate",17 "yes",18 "--allowed-databases",19 "database1,database2"20 ],21 "shell": false,22 "command": "uv"23 }24 }25}
No reviews yet. Be the first to review!
Sign in to join the conversation