Local Dev
Creates sandboxed local dev environments directly from GitHub; run tests, report coverage and more.
26 stars
0 tools
Created Aug 2025
@txbm/txbm-local-dev-local-devAbout
Creates sandboxed local dev environments directly from GitHub; run tests, report coverage and more.
Categories
general
Installation
npm
npm install @txbm/txbm-local-dev-local-dev
Configuration
{
"mcpServers": {
"txbm-local-dev-local-dev": {
"command": "npx",
"args": [
"-y",
"@txbm/txbm-local-dev-local-dev"
]
}
}
}