glommer/codemogger
Codemogger is a code indexing library and MCP server for AI coding agents
Overview
glommer/codemogger is a TypeScript MCP server licensed under MIT. Codemogger is a code indexing library and MCP server for AI coding agents
Ranked #3324 out of 25632 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 268
Freshness 7d ago
Issue Health 0%
Contributors 5
Dependents 0
Forks 18
Description Good
License MIT
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
<p align="center"> </p> # codemogger Code indexing library for AI coding agents. Parses source code with tree-sitter, chunks it into semantic units (functions, structs, classes, impl blocks), embeds them locally, and stores everything in a single SQLite file with vector + full-text search. No Docker, no server, no API keys. One `.db` file per codebase. ## Why Coding agents need to understand codebases. They need to find where things are defined, discover how concepts are implemented across files, and navigate unfamiliar code quickly. This requires both keyword search (precise identifier lookup) and semantic search (natural language queries when you don't know the exact names). As AI coding tools become more composable - agents calling agents, MCP servers plugging into different hosts - this capability needs to exist as a library that runs locally. No external servers, no API keys, no Docker containers. Just a function call that returns results. codemogger is that library. EmbRead full README on GitHub →
Are you the maintainer? Claim this listing