CIE - Code Intelligence Engine
JSON →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.
Tools · 21
- 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
Environment variables
OLLAMA_HOSTOPENAI_API_KEYNOMIC_API_KEY
Links
★ 14 GitHub stars