Cursor
The MCP Server is automatically registered in Cursor IDE, so no manual configuration is required. You can start using the tools from DVT immediately.
Cursor Agents Window does not currently support MCP servers registered through the API. As a result, manual configuration is required.
To configure the server manually, navigate to in Cursor IDE or in Cursor Agents Window. and use the button to add the new configuration.
Note
Manually configured MCP Servers are used by both Cursor IDE and Cursor Agents Window. To avoid having the DVT MCP Server configured twice in Cursor IDE, disable the automatically registered extension-DVT MCP server using the toggle in Cursor IDE Settings.
{
"mcpServers": {
"dvt": {
"command": "/bin/bash",
"type": "stdio",
"args": [
"-c",
"$HOME/.dvt/bin/dvt_env exec dvt_mcp.sh connect"
]
}
}
}
{
"mcpServers": {
"dvt": {
"command": "cmd",
"type": "stdio",
"args": [
"/c",
"%UserProfile%/.dvt/bin/dvt_env.exe exec dvt_mcp.bat connect"
]
}
}
}