claude-interview-mode
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | No | Optional Supabase URL for private database | |
| SUPABASE_ANON_KEY | No | Optional Supabase anon key for private database |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_interviewA | Start a new interview session. Use this when beginning a conversational exploration of a topic, project, or decision. |
| recordA | Record a Q&A exchange or a decision made during the interview. Call this after each meaningful exchange to maintain context. |
| get_contextA | Get the full context of the current interview session. Use this to review what has been discussed so far before asking the next question. |
| end_interviewA | End the current interview session and get a structured summary of all Q&As and decisions. Use this when enough information has been gathered. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| interview | Activate interview mode - Claude will ask questions one at a time to explore a topic conversationally. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/teabagkim/claude-interview-mode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server