code2prompt-mcp
코드베이스에서 상황에 맞는 프롬프트를 생성하는 MCP 서버로, AI 어시스턴트가 코드 저장소를 더 쉽게 이해하고 작업할 수 있도록 해줍니다.
에 대한
code2prompt-mcp는 고성능 Rust 라이브러리 인 code2prompt-rs를 활용하여 코드베이스를 분석하고 구조화된 요약을 생성합니다. AI 활용에 최적화된 형식으로 관련 컨텍스트를 추출하여 코드와 언어 모델 간의 격차를 해소하는 데 도움을 줍니다.
설치
이 프로젝트에서는 종속성 관리를 위해 Rye를 사용하므로 Rye가 설치되어 있는지 확인하세요.
필요한 종속성을 설치하고 로컬 환경에서 모듈을 빌드하려면 다음을 실행하세요.
지엑스피1
.venv
디렉토리의 pyproject.toml
파일에 지정된 모든 필수 종속성을 설치합니다.
용법
MCP 서버를 실행합니다.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
개발
테스트를 위해 MCP Inspector를 사용할 수 있습니다.
This server cannot be installed
코드베이스를 분석하고 상황에 맞는 프롬프트를 생성하는 MCP 서버로, AI 어시스턴트가 코드 저장소를 더 쉽게 이해하고 작업할 수 있도록 해줍니다.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1161TypeScript
- -securityAlicense-qualityA Code Indexing MCP Server that connects AI coding assistants to external codebases, providing accurate and up-to-date code snippets to reduce mistakes and hallucinations.Last updated -68PythonApache 2.0
- AsecurityFlicenseAqualityAn MCP server that allows coding agents to look up contextual rules and patterns on demand, providing just-in-time guidance for specific tasks like writing tests or authoring UI.Last updated -19TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server for advanced code analysis and editing with semantic search capabilities, enabling AI assistants to perform complex code operations through a standardized interface.Last updated -15Python