-
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
AI アシスタントが LeetCode の問題、ユーザー情報、コンテスト データにアクセスできるようにする、LeetCode 用のモデル コンテキスト プロトコル (MCP) サーバー。
インストールしたら、コマンドラインから直接実行できます。
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.
AI アシスタントが LeetCode の問題、ユーザー情報、コンテスト データにアクセスできるようにする、LeetCode 用のモデル コンテキスト プロトコル (MCP) サーバー。
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