Integrations
Provides access to Python coding style guidelines based on PEP 8 and best practices for project layout, dependency management, and testing.
Offers React best practices including component structure, hooks usage, component patterns, state management, performance optimization, and TypeScript integration.
코딩 표준 MCP 서버
이 MCP 서버는 다양한 기술(Java, Python, React)에 대한 코딩 스타일 가이드라인과 모범 사례에 액세스할 수 있는 도구를 제공합니다.
필수 조건
- Python 3.8 이상
- MCP 패키지(
pip install mcp
) - UV 패키지 관리자(권장)
빠른 시작
- Claude에 서버를 설치하세요:
지엑스피1
- 개발 모드에서 실행:
MCP 검사기는 포트 3000에서 시작됩니다.
사용 가능한 도구
스타일 가이드
언어별 코딩 스타일 가이드라인을 확인하세요.
- Java: 깔끔한 코드 관행, 명명 규칙, 코드 구성
- Python: PEP 8 기반 가이드라인, Pythonic 코드 관행
- React: 컴포넌트 구조, 후크 사용, TypeScript 통합
모범 사례
언어별 응용 프로그램 모범 사례에 액세스하세요.
- Java: 프로젝트 구조, 아키텍처, 테스트, 보안
- Python: 프로젝트 레이아웃, 종속성 관리, 테스트 관행
- React: 컴포넌트 패턴, 상태 관리, 성능 최적화
API 참조
java_style_guide
: Java 코딩 스타일 가이드라인을 받으세요- 반환: 마크다운 형식의 스타일 가이드
- 예:
nortal_coding_standards_java_style_guide()
java_best_practices
: Java 애플리케이션 모범 사례 보기- 반환: 마크다운 형식의 모범 사례
- 예:
nortal_coding_standards_java_best_practices()
python_style_guide
: Python 코딩 스타일 가이드라인을 받으세요- 반환: 마크다운 형식의 스타일 가이드
- 예:
nortal_coding_standards_python_style_guide()
python_best_practices
: Python 애플리케이션 모범 사례 보기- 반환: 마크다운 형식의 모범 사례
- 예:
nortal_coding_standards_python_best_practices()
react_best_practices
: React 애플리케이션 모범 사례 보기- 반환: 마크다운 형식의 모범 사례
- 예:
nortal_coding_standards_react_best_practices()
구성
MCP 클라이언트 구성
MCP 클라이언트 구성 파일(예: ~/.codeium/windsurf/mcp_config.json
)에 다음을 추가합니다.
/absolute/path/to/coding-standards-mcp/server.py
실제 서버 경로로 바꾸세요.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Java, Python, React 등 다양한 기술에 대한 코딩 스타일 지침과 모범 사례에 액세스할 수 있는 도구를 제공합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides tools for collecting and documenting code from directories.Last updated -48112TypeScriptMIT License
- AsecurityAlicenseAqualityFacilitates searching and accessing programming resources across platforms like Stack Overflow, MDN, GitHub, npm, and PyPI, aiding LLMs in finding code examples and documentation.Last updated -625JavaScriptAGPL 3.0
- -securityFlicense-qualityA utility toolkit that enhances Claude's code interaction capabilities by providing seamless tools for Java code analysis, manipulation, and testing workflows.Last updated -2TypeScript
- -securityAlicense-qualityA server that provides structured access to markdown documentation from NPM packages, Go Modules, or PyPi packages, enabling informed code generation by exposing these docs as resources or tools.Last updated -1TypeScriptMIT License