Server Directory
AI & LLMAdvanced

Code Intelligence Engine

by CIE Team

GitHub
1.2k

AI-powered code intelligence engine for semantic code search, function tracing, dependency analysis, and automated code documentation generation.

CAPABILITIES

  • Semantic code search
  • Function call tracing
  • Dependency graph analysis
  • Code documentation generation
  • Refactoring suggestions
  • Dead code detection

INSTALLATION

Terminal
npx -y @cie/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "cie": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@cie/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
AI & LLM
Difficulty
Advanced
Maintained By
CIE Team
NPM Package
@cie/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →