designvault for Cursor
net.designvault/designvault
Search, browse and manage your DesignVault design-asset library from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install designvault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"designvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"designvault-mcp"
],
"env": {
"DESIGNVAULT_API_KEY": "<DESIGNVAULT_API_KEY>",
"DESIGNVAULT_BASE_URL": "<DESIGNVAULT_BASE_URL>",
"DESIGNVAULT_ENABLE_WRITE": "<DESIGNVAULT_ENABLE_WRITE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs