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%
Find a file
Sky Johnson 02552044cc Add Lua 5.4 and Python 3 grammar definitions
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.
2026-03-29 22:23:37 -05:00
.memsearch/memory Add memsearch session history 2026-03-28 18:29:31 -05:00
bench Optimize HNSW performance and add end-to-end pipeline benchmarks 2026-03-29 11:34:19 -05:00
cmd Add path validation to read and stat tools preventing workspace escape 2026-03-29 14:59:19 -05:00
docs Add documentation: getting started, tool reference, integration guide, architecture 2026-03-29 18:40:59 -05:00
grammars Add Lua 5.4 and Python 3 grammar definitions 2026-03-29 22:23:37 -05:00
internal Add Lua 5.4 and Python 3 grammar definitions 2026-03-29 22:23:37 -05:00
pkg/lobster Replace internal TOML config parser with Lobster format 2026-03-29 09:58:57 -05:00
plugin/hooks Implement HNSW vector index, web dashboard, lifecycle hooks, and privacy controls 2026-03-29 11:18:57 -05:00
ref Add ty reference source 2026-03-28 12:48:34 -05:00
.editorconfig Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00
.gitattributes Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00
.gitignore Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00
CLAUDE.md Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00
go.mod Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00
integration_test.go Implement Phase 0 foundation engines 2026-03-28 15:55:37 -05:00
plan.md Scaffold Meridian project with full architecture stubs 2026-03-28 12:46:35 -05:00