memobot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_userA | Returns the profile of the logged-in Memobot account (name, email, phone, group). |
| list_recordingsA | Lists the account's voice recordings/meetings, newest first. |
| get_recording_transcriptA | Returns the raw recording detail for one audioId, including its transcript and (when present) a pre-signed, unauthenticated URL to the audio file itself. |
| get_recording_summaryB | Returns the raw AI-generated summary feed for one audioId. |
| get_user_infoB | Returns account usage/stats info (analytic-v2 userStats/user-info). |
| get_user_packageB | Returns the account's current subscription package(s), e.g. plan name and quota. |
| get_usage_statsA | Returns recording-minute usage stats for the current billing period. |
| get_user_configB | Returns account-level config/settings (feature flags, remote config). |
| get_api_keyA | Returns the account's ASR/TTS API key and its quota (amount in seconds, expiry). |
| get_notificationsB | Returns the account's recent in-app notifications. |
| check_for_updatesA | Checks whether a newer memobot-mcp version exists on GitHub's main
branch than the one this running server was built from. Since this
server runs via |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get_current_user | Show the current Memobot account profile. |
| list_recordings | List the account's voice recordings/meetings, newest first. |
| get_recording_transcript | Show the raw transcript detail for one recording. |
| get_recording_summary | Show the raw AI summary for one recording. |
| get_user_info | Show account usage/stats info. |
| get_user_package | Show the account's current subscription package. |
| get_usage_stats | Show recording-minute usage stats for the current billing period. |
| get_user_config | Show account-level config/settings. |
| get_api_key | Show the account's ASR/TTS API key and quota. |
| get_notifications | Show recent in-app notifications. |
| check_for_updates | Check whether a newer memobot-mcp version is available. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/tinhvqbk/memobot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server