Back to Home
ashwinnmit icon

Leetcode-MCP

Verified Safe

by ashwinnmit

Overview

A custom server to track and store personal LeetCode progress, exposing progress data as MCP tools.

Installation

Run Command
mcp run main:mcp

Security Notes

The server uses parameterized queries for SQLite, preventing SQL injection. It relies on a local, open-source LeetCode API proxy, which shifts some security responsibility to the proxy's implementation. Username parameters are passed directly to the proxy URL without explicit sanitization, but this is a minor risk assuming the proxy handles typical LeetCode usernames robustly. No hardcoded secrets or 'eval' statements were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-07

Tags

LeetCodeProgress TrackingMCPAPI ProxySQLite