-
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 -
35
Go
Apache 2.0
LeetCode 的模型上下文协议 (MCP) 服务器,使 AI 助手能够访问 LeetCode 问题、用户信息和竞赛数据。
安装后,您可以直接从命令行运行它:
将以下内容添加到您的 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
:用户竞赛排名克隆存储库并安装依赖项:
以开发模式运行:
构建项目:
麻省理工学院
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) 服务器,使 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