1c
Curated list of MCP servers for 1C:Enterprise ecosystem | Каталог MCP-серверов для экосистемы 1С:Предприятие
claude mcp add --transport stdio untru-1c-mcp docker run -i untru-1c-mcp \ --env MCP_MODE="production" \ --env MCP_LOG_LEVEL="INFO"
How to use
This MCP catalog focuses on 1C:Enterprise MCP servers and related tooling for metadata access, code analysis, and integration flows. The repository presents several frameworks and standalone servers that expose the MCP interface (IDE integrations, metadata services, code analysis, and search). You can run a compatible MCP server via Docker using the image referenced by the mcp_config, then connect AI-assisted tooling or IDE plugins to interact with 1C metadata, run analyses, or fetch structural information about configurations and code. Tools described in the README include metadata explorers, BSL code analysis, graph-based metadata tooling, and RAG-based search across platform documentation and code bases. These servers typically expose HTTP or MCP transports and may offer additional endpoints or streams for runtime interaction and debugging. To use, start the container or deploy via the supported transport, then configure your MCP client (IDE plugin or agent) to point at the running server endpoint and begin issuing Tools/Prompts provided by the server.
How to install
Prerequisites:
- Docker installed on your system (Docker Desktop on Windows/macOS, or Docker Engine on Linux)
- Basic familiarity with running containers and exposing ports
Step-by-step:
- Install Docker if you haven't already.
- Pull and run the MCP server image (example shown with a placeholder image name used in the repository):
# Pull the image (replace with the correct image name if provided by the project)
docker pull untru-1c-mcp
# Run the container in interactive mode
# This maps port 8080 inside the container to 8080 on the host; adjust as needed
docker run -i -p 8080:8080 untru-1c-mcp
- Verify the server is up by hitting a basic endpoint (change port/path as appropriate for the image):
curl -i http://localhost:8080/health
- Configure your MCP client to point at the running server. For the provided Docker setup, the MCP endpoint is typically http://localhost:8080 with the MCP protocol over HTTP or MCP transport, depending on the image features.
- If you need environment customization, supply the necessary variables via -e flags or a docker-compose file as described in the project docs.
Note: If you use a different deployment method (npx, node, Python, etc.), follow the specific instructions for that transport as described in the corresponding project sections of the README.
Additional notes
Tips and common considerations:
- The repository consolidates multiple MCP frameworks and servers; ensure you run the container image that matches the MCP server you intend to use (metadata, code analysis, or IDE integration).
- Check transport compatibility: some servers expose MCP over custom streams or standard HTTP; align your client accordingly.
- Start with a health endpoint or a simple query to confirm connectivity before attempting heavier tools like graph analyses or RAG searches.
- If you encounter port conflicts, adjust the host port mapping in Docker (for example -p 8081:8080) and update your MCP client endpoint.
- Environment variables (like MCP_LOG_LEVEL or MCP_MODE) are commonly used to tune verbosity and runtime behavior; consult the specific server documentation for supported options.
- When using Docker-based deployment, you may need to supply additional dependencies (e.g., Qdrant, embedding services) if you enable advanced features like semantic search.
Related MCP Servers
agentql
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
mcp-tasks
A comprehensive and efficient MCP server for task management with multi-format support (Markdown, JSON, YAML)
unity-api
Instant, accurate Unity API lookups instead of expensive source file reads, saving your agent tokens, context, and hallucinations
unreal-api
Instant, accurate Unreal Engine API lookups instead of expensive source file reads, saving your agent tokens, context, and hallucinations.
seedream-image
🚀 PixelMCP | 为你的 Cursor、Claude Code 等集成AI绘画能力,让AI生成的页面不再单调!
ObsidianMCPServer
A Model Context Protocol (MCP) server that enables AI assistants to interact with your Obsidian vault