dealhub admin for VS Code
io.github.vishvick/dealhub-admin
DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.
client:VS Code
transport:stdio
runtime:npm
Install dealhub admin in VS Code
.vscode/mcp.json
{
"servers": {
"dealhub-admin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dealhub-admin-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs