Interview Coach MCP
Provides tools for searching LeetCode problems by title or ID and logging attempt details such as solve status, time taken, confidence, initial approach, mistakes, insights, and notes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Interview Coach MCPJust solved 'Valid Parentheses' in 18 min, confidence 7, mistake was using wrong stack."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Interview Coach MCP
An MCP-powered personal interview preparation assistant that helps track coding-problem attempts, mistakes, insights, and progress through natural language interactions with an LLM.
The project uses the Model Context Protocol (MCP) to expose interview preparation capabilities as tools that an LLM can discover and invoke.
Why Interview Coach?
While preparing for coding interviews, solving problems is only part of the process. Understanding recurring mistakes, tracking confidence, revisiting weak areas, and learning from previous attempts are equally important.
Interview Coach is designed to turn this preparation history into persistent memory that an AI assistant can use to provide personalized guidance.
Instead of manually interacting with a database, the user can interact with the coach using natural language.
For example:
"I just solved Network Delay Time. It took me 28 minutes. I initially tried BFS before realizing I needed Dijkstra. My confidence is 8/10."
The LLM can interpret this interaction and use the appropriate MCP tool to store the attempt.
Related MCP server: myBrAIn
Architecture
User
│
▼
┌──────────────┐
│ Claude / LLM │
└──────┬───────┘
│
MCP Protocol
│
▼
┌──────────────────────┐
│ Interview Coach MCP │
│ Server │
│ │
│ search_problems() │
│ log_attempt() │
│ hello() │
└──────────┬───────────┘
│
SQLAlchemy
│
▼
┌─────────────┐
│ SQLite │
│ │
│ Problems │
│ Attempts │
│ Notes │
└─────────────┘
Current MCP Tools
hello()
Basic connectivity tool used to verify that the MCP server is running.
search_problems(query)
Searches the local problem database by LeetCode problem title or problem ID.
log_attempt(...)
Stores a user's attempt at a problem, including:
Whether the problem was solved
Time taken
Confidence level
Initial approach
Mistakes
Key insights
Final notes
Problem
│
│ 1 → many
▼
Attempt
│
│ 1 → many
▼
NoteThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios for practice with realistic conversational feedback.157Apache 2.0
- Alicense-qualityDmaintenanceMCP server that provides persistent memory and contextual awareness to language models, enabling project onboarding, recall of architectural rules, and code consistency across sessions.32MIT
- AlicenseBqualityBmaintenanceAn open-source Python MCP server for AI-assisted interview preparation.17MIT
- Alicense-qualityDmaintenanceMCP server that captures and recalls coding session memory (failures, decisions, diffs) for AI agents, enabling cross-agent continuity and preventing repeated mistakes.110MIT
Related MCP Connectors
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SarthakS8528/interview-coach-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server