MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Bsl Lsp Bridge

MCP-сервер, который даёт ИИ-агентам (Cursor, Claude Code и др.) доступ к возможностям BSL Language Server для работы с кодом 1С и OneScript: навигация, поиск, диагностика, рефакторинг. Цель - обеспечить детерминированные операции над кодом и экономия токенов (конечно модель всё может сделать грепами, но сколько токенов сожжет?)

Created 1/25/2026
Updated about 1 month ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/SteelMorgan/mcp-bsl-lsp-bridge
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "steelmorgan-mcp-bsl-lsp-bridge": { "command": "git", "args": [ "clone", "https://github.com/SteelMorgan/mcp-bsl-lsp-bridge" ] } } }