MCP Catalogs
首页codeprism screenshot

codeprism

by rustic-ai·27·综合分 43

100% AI生成的MCP服务器,通过基于图的分析为代码库提供代码智能。

developer-toolsai-llmknowledge-graph
8
Forks
78
活跃 Issue
3 个月前
最近提交
2 天前
收录于

概述

CodePrism是一个生产就绪的高性能代码智能服务器,实现了模型上下文协议(MCP)。它通过基于图的分析为AI助手提供代码库的结构化理解,实现实时、准确的代码智能。该项目包含20个工具,涵盖导航、搜索、分析和工作流编排,并具有高级Python分析能力。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI辅助代码分析和重构
:代码库探索和文档生成
:代码质量和安全漏洞检测
:这真的是100%AI生成的吗?
:支持哪些编程语言?

什么时候选它

当您需要全面的代码智能,特别是对JavaScript/TypeScript和Python项目进行图结构理解时,选择CodePrism。

什么时候不要选它

如果您需要人工审查的代码质量或支持JavaScript/TypeScript和Python以外的编程语言,避免使用CodePrism。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • repository_stats

    Get comprehensive repository overview and statistics

  • explain_symbol

    Detailed symbol analysis with context

  • trace_path

    Find execution paths between code elements

  • find_dependencies

    Analyze what a symbol or file depends on

  • search_symbols

    Advanced symbol search with regex and inheritance filtering

  • search_content

    Full-text search across all repository content

  • find_files

    File discovery with glob and regex pattern support

  • analyze_complexity

    Code complexity metrics and maintainability analysis

  • trace_inheritance

    Python inheritance hierarchy with metaclass analysis

  • detect_patterns

    Architectural and design pattern recognition

  • find_unused_code

    Detect unused functions, variables, and imports

  • analyze_security

    Security vulnerability detection with CVSS scoring

可对比工具

semantic-code-searchast-greptree-sitter

安装

# 克隆并构建
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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。