Indexes a codebase into a knowledge graph and gives the agent call chains, change blast radius and code search over MCP
MCP servers
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
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
A single-binary Go MCP server: the agent sees 1C metadata, searches code, runs read-only queries and writes accurate BSL
An MCP server for analyzing large 1C codebases with less context: the agent runs scripts server-side and gets only a compact result
Lineai MCP Server
lineai-mcp-server
MCP server for the Lineai platform (formerly CodeLogic): impact analysis of code and database changes from a dependency graph
Control the Unity Editor from an agent over MCP: scenes and objects, C# scripts, assets, tests, profiling and builds