`vel-mcp` is the small installer and setup wizard for VEL-MCP. It does not run the glasses MCP server itself; it prints or writes the MCP client configuration needed to launch `@vel/glasses-mcp`.
{
"mcpServers": {
"vel": {
"command": "npx",
"args": [
"-y",
"vel-mcp"
]
}
}
}