RLM Tools BSL is an MCP server for 1C BSL codebases that cuts token and context usage far below naive file reading by executing scripts in a sandbox and returning only print() output, deliberately without RAG pre-indexing while offering an optional SQLite index and git grep full-text search for large configurations. The repository is MIT-licensed and not an official 1C project; it is an adaptation of the open-source rlm-tools. Its README cites an April 2026 comparison of six MCP servers claiming 10/10 quality on ten business tasks at the lowest average token use (117K), but those numbers come from the project itself and are self-reported, so treat them with caution. It suits developers and analysts who need deterministic, on-demand analysis of 1C sources; it is not for complete dependency graphs, embedding-based semantic search, or vague business questions. Before adopting, weigh the risks of sandboxed script execution, automatic git grep activation, and optional external LLM calls.
Security and permissions
9/20
Read the FMRS scoring method →