Explicit tool/server selection would help workflows that require strict routing

Feature request for product/service

Cursor IDE

Describe the request

Say I have 2 databases: prod and dev.
I want to give Cursor the ability to make select queries to them.
I configured 2 MCP servers: “mcp-prod-db” and “mcp-dev-db”.

Problem:
I cannot find a deterministic way to tell Cursor to query the prod or dev db. For example, if I say:
“Give me the number of rows in the user table using mcp-dev-db”, it will query the prod db.

Steps to Reproduce
Configure 2 mcp servers to connect to 2 different databases.
Try to deterministically route queries to one db vs the other.
I personally was not able to find a way.
Only workaround was to disable the mcp server that I don’t need at the moment, not ideal.

Expected Behavior
If I ask Cursor to use mcp-dev-db, it should route the sql query to the mcp-dev-db server.

Operating System (if it applies)

Windows 10/11