-
securityA
license-
qualityA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.
Last updated -
37
Go
Apache 2.0
LeetCode의 MCP(Model Context Protocol) 서버는 AI 어시스턴트가 LeetCode 문제, 사용자 정보 및 경연 대회 데이터에 액세스할 수 있도록 해줍니다.
지엑스피1
설치가 완료되면 명령줄에서 직접 실행할 수 있습니다.
Claude for Desktop claude_desktop_config.json
파일에 다음을 추가하세요.
지역 개발을 위해:
도구 이름 | 설명 | 매개변수 |
---|---|---|
get-daily-challenge | 매일의 도전에 참여하세요 | 없음 |
get-problem | 특정 문제에 대한 세부 정보 얻기 | titleSlug (문자열) |
search-problems | 기준에 따른 문제 검색 | tags (선택 사항), difficulty (선택 사항), limit (기본값 20), skip (기본값 0) |
도구 이름 | 설명 | 매개변수 |
---|---|---|
get-user-profile | 사용자 정보 가져오기 | username (문자열) |
get-user-submissions | 사용자 제출 내역 가져오기 | username (문자열), limit (선택 사항, 기본값 20) |
get-user-contest-ranking | 사용자 콘테스트 순위를 받으세요 | username (문자열) |
도구 이름 | 설명 | 매개변수 |
---|---|---|
get-contest-details | 경연대회 세부 정보 받기 | contestSlug (문자열) |
leetcode://daily-challenge
: 일일 챌린지leetcode://problem/{titleSlug}
: 문제 세부 정보leetcode://problems{?tags,difficulty,limit,skip}
: 문제 목록leetcode://user/{username}/profile
: 사용자 프로필leetcode://user/{username}/submissions{?limit}
: 사용자 제출leetcode://user/{username}/contest-ranking
: 사용자 콘테스트 순위저장소를 복제하고 종속성을 설치합니다.
개발 모드에서 실행:
프로젝트를 빌드하세요:
MIT
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.
LeetCode의 MCP(Model Context Protocol) 서버는 AI 어시스턴트가 LeetCode 문제, 사용자 정보 및 경연 대회 데이터에 액세스할 수 있도록 해줍니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doggybee/mcp-server-leetcode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server