MCP Servers / development / CIE - Code Intelligence Engine

CIE - Code Intelligence Engine

JSON →
none14development

Local code analysis MCP server with 25+ tools: semantic search, call graph tracing, dependency analysis, and symbol navigation. Built with Tree-sitter and CozoDB. Supports Go, Python, JS, TS.

Install
How to run this server

No install command recorded.

server path: cie-code-intelligence-engine
Tools
What this server exposes
analyze_code
Analyze code for patterns, issues, and improvements
explain_code
Explain what a piece of code does in natural language
refactor_code
Suggest refactoring improvements for code
find_bugs
Identify potential bugs and vulnerabilities in code
generate_tests
Generate unit tests for given code
document_code
Generate documentation for code
review_code
Perform a code review with suggestions
optimize_code
Suggest performance optimizations for code
convert_language
Convert code from one programming language to another
find_similar_code
Find similar code patterns in the codebase
explain_error
Explain an error message or stack trace
generate_comment
Generate comments for code
suggest_imports
Suggest imports for code
check_style
Check code style against best practices
find_dead_code
Identify dead or unused code
analyze_complexity
Analyze time and space complexity of code
generate_api_docs
Generate API documentation from code
suggest_rename
Suggest better variable or function names
find_security_issues
Find security vulnerabilities in code
generate_mermaid
Generate Mermaid diagrams from code
analyze_dependencies
Analyze dependencies between code components
Configuration
Environment & auth
authnone
envOLLAMA_HOST
envOPENAI_API_KEY
envNOMIC_API_KEY
Resources
CIE - Code Intelligence Engine — MCP Server · libregistry