Up-to-date, version-specific library docs and code examples in your agent's context, via MCP or a CLI plus skill
MCP servers
Indexes a codebase into a knowledge graph and gives the agent call chains, change blast radius and code search over MCP
Local code graph for agents: an MCP server returns entry points, symbol links and change impact in one call
A semantic code search MCP server: indexes the project into a vector database and gives the agent only relevant snippets
A remote MCP server that gives the agent docs and code of any public GitHub repository with nothing to install
A local codebase index for agents: hybrid search, dependency graphs and change impact analysis
A bridge from an LSP language server to the agent: definitions, references, diagnostics, hover and symbol rename
Ref's MCP server: documentation search for APIs and libraries that hands the agent only the relevant parts of pages
mcpdoc
MCP LLMS-TXT Documentation Server
An MCP server from LangChain that serves docs from the llms.txt files you choose, with auditable tool calls
An MCP server for analyzing large 1C codebases with less context: the agent runs scripts server-side and gets only a compact result
A SQLite code index with MCP tools for search, call graphs and metadata, including 1C dumps from Designer and EDT
A Neo4j graph of 1C configuration metadata and code with MCP tools, a web console and a built-in search agent
A Dockerized MCP server for searching 1C dumps: structural index, call graph and semantic code search
MCP bridge to BSL Language Server: navigation, diagnostics and refactoring of 1C and OneScript code for agents
A 1C extension that runs an MCP server inside the 1C:Enterprise client and lets you write your own tools in BSL
1c-lsp-mcp-skill
1с-lsp-mcp-skill
Manager for multiple bsl-language-server instances across 1C projects, usable via MCP or skills with a CLI, no Docker
MCP server with the 1C platform reference and validation of BSL code against the real API of a chosen platform version