MCP Catalogs
Homecodeprism screenshot

codeprism

by rustic-ai·27·Score 43

100% AI-generated MCP server providing code intelligence through graph-based analysis of codebases.

developer-toolsai-llmknowledge-graph
8
Forks
78
Open issues
3 mo ago
Last commit
2d ago
Indexed

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:

you:AI-assisted code analysis and refactoring
you:Repository exploration and documentation generation
you:Code quality and security vulnerability detection
you:Is this really 100% AI-generated?
you:What programming languages are supported?

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 README
  • 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

Comparable tools

semantic-code-searchast-greptree-sitter

Installation

# Clone and build
git clone https://github.com/rustic-ai/codeprism
cd codeprism
cargo build --release

# Verify installation
./target/release/codeprism --help

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.