PersonalLeetcodeMCP
by RishiSarraff
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CSRF_TOKEN | No | Your LeetCode csrftoken cookie, paired with LEETCODE_SESSION for authenticated queries. | |
| TETHER_USERNAME | Yes | Your LeetCode username, hardcoded as the solo user. | |
| LEETCODE_SESSION | No | Your LeetCode session cookie, used for Premium-gated data. | |
| DAILY_CHECK_SECRET | No | Shared secret protecting the /internal/daily-check endpoint for scheduled check-ins. | |
| UPSTASH_REDIS_REST_URL | Yes | Upstash Redis REST URL, required for storing spaced repetition data. | |
| UPSTASH_REDIS_REST_TOKEN | Yes | Upstash Redis REST token, required for authenticating with Redis. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues