Extremely capable and entirely local 0-dependency MCP server enabling indexable memory, a suite of file tools, and a living AST engine.
- Rust 76.3%
- JavaScript 8.1%
- TypeScript 7.9%
- Python 2.6%
- Go 2.1%
- Other 2.8%
Lua grammar: full lexical and parse rules covering statements, expressions, table constructors, and function definitions. Semantic checks for return/break containment. Python grammar: comprehensive token and parse rules for statements, expressions, comprehensions, decorators, async/await, and type annotations. Semantic checks for return/break/continue/yield containment plus public symbol doc conventions. Both grammars load, lex, and parse real code with zero errors. |
||
|---|---|---|
| .memsearch/memory | ||
| bench | ||
| cmd | ||
| docs | ||
| grammars | ||
| internal | ||
| pkg/lobster | ||
| plugin/hooks | ||
| ref | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| integration_test.go | ||
| plan.md | ||