codesurface and cie

codesurface
50
Established
cie
44
Emerging
Maintenance 10/25
Adoption 12/25
Maturity 20/25
Community 8/25
Maintenance 10/25
Adoption 5/25
Maturity 13/25
Community 16/25
Stars: 19
Forks: 2
Downloads: 304
Commits (30d): 0
Language: Python
License:
Stars: 12
Forks: 6
Downloads:
Commits (30d): 0
Language: Go
License: AGPL-3.0
No risk flags
No Package No Dependents

About codesurface

Codeturion/codesurface

Give your AI agent instant API lookups instead of expensive source file reads. MCP server for C#, Go, Java, Python, and TypeScript.

This project helps AI agents understand your codebase more efficiently. Instead of having the AI read entire source files to find information, you give it the codebase, and it creates a searchable index of all public APIs (classes, methods, properties). Your AI agent then queries this index to quickly find what it needs, saving time and computational resources. This is for software developers who use AI agents for code assistance, refactoring, or exploration.

software-development AI-assisted-coding code-exploration API-documentation developer-tools

About cie

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.

Scores updated daily from GitHub, PyPI, and npm data. How scores work