ownvoice for VS Code
io.github.rudrendupaul/ownvoice
Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.
client:VS Code
transport:stdio
runtime:pypi
Install ownvoice in VS Code
.vscode/mcp.json
{
"servers": {
"ownvoice": {
"type": "stdio",
"command": "uvx",
"args": [
"ownvoice-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs