Code Analysis
Provides intelligent code analysis and semantic search for large codebases using TreeSitter parsing, PostgreSQL with pgvector embeddings, and Git-based indexing to enable natural language code search, architectural analysis, dependency mapping, and refactoring suggestions across repositories with up to 10M lines of code.
3 stars
0 tools
Created Aug 2025
@johannhartmann/johannhartmann-code-analysis-mcpcodeanalysisAbout
Provides intelligent code analysis and semantic search for large codebases using TreeSitter parsing, PostgreSQL with pgvector embeddings, and Git-based indexing to enable natural language code search, architectural analysis, dependency mapping, and refactoring suggestions across repositories with up to 10M lines of code.
Categories
general
Installation
npm
npm install @johannhartmann/johannhartmann-code-analysis-mcpcodeanalysis
Configuration
{
"mcpServers": {
"johannhartmann-code-analysis-mcpcodeanalysis": {
"command": "npx",
"args": [
"-y",
"@johannhartmann/johannhartmann-code-analysis-mcpcodeanalysis"
]
}
}
}