kraklabs/cie
Code Intelligence Engine — indexes your codebase and gives AI assistants deep understanding via MCP (semantic search, call graphs, 20+ tools)
Built on Go with Tree-sitter parsers for multi-language support, CIE uses an embedded CozoDB database with RocksDB backend for fast local indexing and querying without ever transmitting code externally. The engine reduces AI agent round-trips dramatically through structured call graph analysis and interface dispatch resolution, seamlessly integrating with Claude Code, Cursor, and any MCP client via stdio transport.
Stars
12
Forks
6
Language
Go
License
AGPL-3.0
Category
Last pushed
Feb 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/kraklabs/cie"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
duysolo/codebaxing
Local codebase indexing and semantic code search via MCP
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter