DS-Mate connector for Accio Work: `login` runs a browser-based DS-Mate login (cli-login flow) and stores credentials locally; running with no arguments starts the DS-Mate MCP server over stdio.
{
"mcpServers": {
"ds-matedsmate": {
"command": "npx",
"args": [
"-y",
"@ds-mate/dsmate-mcp"
]
}
}
}