From 00823ed4f81eb7e13e6dfc3c656977d3ef786631 Mon Sep 17 00:00:00 2001 From: doggybee Date: Tue, 15 Apr 2025 16:26:36 +0800 Subject: [PATCH 1/2] Add mcp-server-leetcode to awesome-mcp-servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54616923..3710aeae 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [oraios/serena](https://github.com/oraios/serena)🐍🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍🏠 - Coding agent with basic read, write and command line tools. +- [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇☁️ 🍎🪟🐧 - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. ### 🖥️ Command Line From 10aaf8a2fe8292875e3664d75367a108aeb30185 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 20 Apr 2025 04:05:08 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3710aeae..ceb8661a 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [oraios/serena](https://github.com/oraios/serena)🐍🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍🏠 - Coding agent with basic read, write and command line tools. -- [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇☁️ 🍎🪟🐧 - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. +- [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. ### 🖥️ Command Line