1c-edt-tools

Analyze 1C module structures and references via EDT MCP server.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-edt-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-edt-tools
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-edt-tools
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-edt-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines 1C development by providing centralized access to EDT MCP tooling for code analysis, metadata inspection, and project navigation.

Core Features & Use Cases

  • Code reading, navigation and analysis of 1C modules via EDT MCP server to understand module structure.
  • Metadata inspection and symbol references across configurations for impact analysis and refactoring.
  • Real-time checks, call hierarchy, and documentation lookup to improve code quality and onboarding. Use cases include quickly mapping module structure for a new project, locating references to a metadata object, and validating changes across a configuration.

Quick Start

Connect to your EDT MCP server and run get_module_structure for a module to list procedures and functions, then read specific methods or check references as needed.

Frequently Asked Questions about 1c-edt-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze 1C module structure and call hierarchies in EDT?

To analyze 1C module structure, connect to an active EDT MCP server and run get_module_structure to list procedures and functions. You can then read specific methods or check call hierarchies to understand project codebases.

What is the best way to inspect metadata references across 1C configurations?

Inspecting metadata references across 1C configurations requires using EDT MCP tooling to locate symbol references. This method provides centralized access for impact analysis and refactoring without manual searching through project files.

Do I need an active EDT MCP server to navigate 1C project codebases?

Yes, you need an active EDT MCP server to navigate 1C project codebases. The tooling requires proper context including projectName and modulePath parameters to read module sources and validate configurations.

Can I use EDT MCP to validate configuration changes across multiple 1C projects?

EDT MCP tooling can validate configuration changes across 1C projects by inspecting metadata and checking symbol references. It provides real-time checks and documentation lookup to maintain code quality during modifications.

How does 1C code navigation via EDT MCP improve onboarding for new projects?

1C code navigation via EDT MCP streamlines onboarding by quickly mapping module structure for new projects. It enables developers to locate references to metadata objects and understand call hierarchies through centralized tooling access.