MCP Server
MCP
net.designvault/designvault
Search, browse and manage your DesignVault design-asset library from any MCP client.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "designvault-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Per-organization DesignVault API key (dv_live_…). Generate one under Settings → API keys.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DESIGNVAULT_API_KEY"
},
{
"description": "Override the API base URL (defaults to https://www.designvault.net). Point at a preview deployment or http://localhost:3000 during development.",
"format": "string",
"name": "DESIGNVAULT_BASE_URL"
},
{
"description": "Set to 1/true to register the write tools (create, update, delete). Off by default so a shared key cannot mutate data without explicit opt-in.",
"format": "string",
"name": "DESIGNVAULT_ENABLE_WRITE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment