Back to Apps

MCP BSL LSP Bridge
Supports UIby SteelMorgan
Bridge AI agents to BSL Language Server for deterministic 1C and OneScript code analysis, navigation, and refactoring.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI agents (like Cursor and Claude Code) to the BSL Language Server, providing high-fidelity access to 1C:Enterprise and OneScript codebases. It enables deterministic operations such as symbol navigation and refactoring, significantly reducing token consumption compared to grep-based searches.
Tools
project_analysis: Universal search for symbols, files, and text.symbol_explore: Detailed search providing code and documentation for specific symbols.definition: Direct navigation to a symbol's definition.hover: Retrieves documentation and function signatures.get_range_content: Extracts specific code fragments via coordinates.call_hierarchy: Maps immediate caller/callee relationships.call_graph: Generates a complete call graph for deep architectural analysis.document_diagnostics: Performs syntax checks and style audits.code_actions: Provides automated quick-fixes for detected errors.rename: Performs project-wide symbol renaming.lsp_status: Monitors LSP connection and indexing progress.
Installation
Run via Docker Compose as specified in the repository. For Claude Desktop, add the following to your config:
{
"mcpServers": {
"lsp-bsl-bridge": {
"command": "docker",
"args": ["exec", "-i", "mcp-lsp-demo", "mcp-lsp-bridge"]
}
}
}
Supported hosts
Cursor, Claude Code
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 5/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json: { "mcpServers": { "lsp-bsl-bridge": { "type": "stdio", "command": "docker", "args": ["exec", "-i", "mcp-lsp-demo", "mcp-lsp-bridge"] } } }Claude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "lsp-bsl-bridge": { "command": "docker", "args": ["exec", "-i", "mcp-lsp-demo", "mcp-lsp-bridge"] } } }





