- Home
- MCP servers
- Code Search
Code Search
- other
5
GitHub Stars
other
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run a local MCP server that indexes your 1C XML exports to enable fast, targeted searches across your code base. It operates on CPU only and can be accessed by your MCP clients either through a local HTTP endpoint or by launching a local process that serves requests.
How to use
To search your 1C code base, start the MCP server and point your client to the server endpoint. You can use the HTTP endpoint on your machine or run a local process that serves requests. Once the server is running, your MCP client can query for relevant code snippets, metadata, and references across the uploaded 1C XML exports.
How to install
Prerequisites you need before installation:
- Python 3.8+ is required.
- pip is available to install dependencies.
Install dependencies and set up the server using one of the following workflows.
pip install -r requirements.txt
python code-search.py --source ./путь-к-выгрузке-1с
Alternative workflow using an installer script, then start the server with the same source path.
python install.py
python code-search.py --source ./путь-к-выгрузке-1с
Configuration and usage notes
If you want to connect a client to the local HTTP endpoint, configure the MCP client to use the local URL shown below.