codeprism
by rustic-ai·★ 27·综合分 43
100% AI生成的MCP服务器,通过基于图的分析为代码库提供代码智能。
概述
CodePrism是一个生产就绪的高性能代码智能服务器,实现了模型上下文协议(MCP)。它通过基于图的分析为AI助手提供代码库的结构化理解,实现实时、准确的代码智能。该项目包含20个工具,涵盖导航、搜索、分析和工作流编排,并具有高级Python分析能力。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要全面的代码智能,特别是对JavaScript/TypeScript和Python项目进行图结构理解时,选择CodePrism。
什么时候不要选它
如果您需要人工审查的代码质量或支持JavaScript/TypeScript和Python以外的编程语言,避免使用CodePrism。
此 server 暴露的工具
从 README 抽取出 12 个工具repository_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
可对比工具
安装
# 克隆并构建
git clone https://github.com/rustic-ai/codeprism
cd codeprism
cargo build --release
# 验证安装
./target/release/codeprism --help对于Claude Desktop集成:
// ~/.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
- 这真的是100%AI生成的吗?
- 是的,根据项目描述,每一行代码、文档、测试和配置都是由AI代理编写的,没有人类贡献。
- 支持哪些编程语言?
- CodePrism目前支持JavaScript/TypeScript和Python,并对两者提供高级分析功能。
codeprism 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。