Bimodal developer workspace OS — TUI dashboard + MCP server. AI's structured gateway to your local codebase.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"devbase": {
"command": "cargo",
"args": [
"run",
"--",
"devbase"
]
}
}
}
Run in terminal:
claude mcp add devbase cargo run -- devbase
Add to .cursor/mcp.json:
{
"mcpServers": {
"devbase": {
"command": "cargo",
"args": [
"run",
"--",
"devbase"
]
}
}
}