codeprism
by rustic-ai·★ 27·Score 43
100% AI-generated MCP server providing code intelligence through graph-based analysis of codebases.
Overview
CodePrism is a production-ready, high-performance code intelligence server that implements the Model Context Protocol. It provides AI assistants with structured understanding of codebases through graph-based analysis, enabling real-time, accurate code intelligence. The project includes 20 tools covering navigation, search, analysis, and workflow orchestration, with advanced Python analysis capabilities.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose CodePrism when you need comprehensive code intelligence with graph-based understanding of codebases, especially for JavaScript/TypeScript and Python projects.
When NOT to choose this
Avoid using CodePrism if you need human-reviewed code quality or require support for programming languages beyond JavaScript/TypeScript and Python.
Tools this server exposes
12 tools extracted from the READMErepository_statsGet comprehensive repository overview and statistics
explain_symbolDetailed symbol analysis with context
trace_pathFind execution paths between code elements
find_dependenciesAnalyze what a symbol or file depends on
search_symbolsAdvanced symbol search with regex and inheritance filtering
search_contentFull-text search across all repository content
find_filesFile discovery with glob and regex pattern support
analyze_complexityCode complexity metrics and maintainability analysis
trace_inheritancePython inheritance hierarchy with metaclass analysis
detect_patternsArchitectural and design pattern recognition
find_unused_codeDetect unused functions, variables, and imports
analyze_securitySecurity vulnerability detection with CVSS scoring
Comparable tools
Installation
# Clone and build
git clone https://github.com/rustic-ai/codeprism
cd codeprism
cargo build --release
# Verify installation
./target/release/codeprism --helpFor Claude Desktop integration:
// ~/.config/claude-desktop/claude_desktop_config.json
{
"mcpServers": {
"codeprism": {
"command": "/path/to/codeprism/target/release/codeprism",
"args": ["--mcp"],
"env": {
"CODEPRISM_PROFILE": "development",
"RUST_LOG": "info"
}
}
}
}FAQ
- Is this really 100% AI-generated?
- Yes, according to the project description, every line of code, documentation, test, and configuration has been written by AI agents without human contribution.
- What programming languages are supported?
- CodePrism currently supports JavaScript/TypeScript and Python with advanced analysis capabilities for both.
Compare codeprism with
Last updated · Auto-generated from public README + GitHub signals.