Structured, auditable AI-assisted development for teams. Zero-dependency MCP server, web UI, and Claude CLI integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dotbot-v3": {
"command": "npx",
"args": [
"-y",
"andresharpe/dotbot-v3"
]
}
}
}
Run in terminal:
claude mcp add dotbot-v3 npx -y andresharpe/dotbot-v3
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotbot-v3": {
"command": "npx",
"args": [
"-y",
"andresharpe/dotbot-v3"
]
}
}
}