An MCP server that offloads bulk coding tasks to local LLMs, allowing Claude Code to delegate repetitive work like boilerplate generation and code polishing while preserving its context for complex reasoning.
{
"mcpServers": {
"codebrain": {
"command": "uvx",
"args": [
"codebrain"
]
}
}
}