| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
M.E.F Programing Service S.R.L is an independent software company based in Romania, focused on AI-assisted developer tooling, MCP project indexers, and controlled tool-use workflows for software engineering.
We build tools that help AI systems navigate real codebases more accurately by separating three concerns:
Find code.
Read code.
Do not guess code.
Our current work is centered around deterministic project indexers and MCP-based code navigation.
Instead of asking an AI model to read large files blindly, our tools expose compact project metadata first:
The model can then request the exact source range it needs before making implementation claims.
This keeps AI-assisted code analysis more focused, more reproducible, and less dependent on broad context dumping.
A Python-based C++ source-range indexer for large, module-heavy C++ and C++20 projects.
It maps files, symbols, data declarations, includes, and C++20 module metadata to exact source ranges so MCP clients can locate and read only the relevant code.
It is not a compiler, LSP replacement, semantic analyzer, refactoring engine, or call-graph builder.
Repository: mcp-cpp-project-indexer
A multi-language project-indexer family built around a shared TypeScript core.
The goal is to provide a consistent MCP/HTTP/management surface across multiple programming languages, with language-specific parsing and symbol extraction layers.
Current and planned language targets include:
Repository: mcp-typescript-project-indexer
We prefer deterministic routing facts over generated summaries.
AI tools should not claim behavior from metadata alone. Metadata answers where code is. Source ranges show what the code says. The model can then reason from the source it actually read.
Core principles:
Website: https://www.mef-programming.eu
Contact: mw@mef-programming.eu
Founder: Mike Walter
MCP C++ project indexer for fast symbol, module, and source-range navigation in large C++20 codebases.
TypeScript/JavaScript project indexer with MCP, HTTP and server-provided management UI.
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |