
CodeBank
by tyrchen
Multi-language code analysis tool that generates structured markdown documentation from your codebase.
What it does
CodeBank connects to your local source code to parse and analyze project structures, turning complex codebases into clean, structured markdown documentation. It allows AI agents to quickly understand the architecture and logic of a project without manually scanning every file.
Tools
generate_docs: Parses a source directory and outputs structured markdown based on a selected strategy.analyze_structure: Extracts functions, modules, classes, and traits to build a project map.summarize_interface: Generates a high-level summary of the public API and interfaces.
Installation
Install via Cargo:
cargo install codebank
Add to claude_desktop_config.json:
{
"mcpServers": {
"codebank": {
"command": "cb-mcp",
"args": []
}
}
}
Supported hosts
- claude
Quick install
cargo install codebankInformation
- Pricing
- free
- Published
- 5/12/2026
- stars





