# memoket MCP server

Memoket — access your recording transcripts, summaries, and key takeaways over MCP.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-memoket-memoket
- Repository: https://github.com/memoket/memoket-backend-go

## Install
- Endpoint: https://mcp.memoket.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.memoket.ai/mcp

## Tools
- get_summaries - [content_fetch] Per-conversation summary body. With summary_ids, fetch exact summary reports from search_recordings. With conversation_ids only, fetch the latest summary report for each conversation. Paginated (offset). Endpoint: https://mcp.memoket.ai/mcp
- get_transcripts - [content_fetch] Verbatim transcript of ONE recording by conversation_id. Paginated (offset / next_offset) — page through for more. Endpoint: https://mcp.memoket.ai/mcp
- list_conversations - [metadata_query] List recordings by time window / participants. Returns id, title, started_at, ended_at, duration_seconds, participants, language_code (no content). Paginated (count default 100, max 200; offset). order_by ranks within the window. NOTE: `participants` are speaker labels — placeholders ('Speaker A/B') unless the user tagged them, not necessarily real names. Endpoint: https://mcp.memoket.ai/mcp
- search_recordings - [search] Unified recording search. Runs bounded searches over transcript lines, topic segments, memory atoms, participant metadata, titles, briefs, summaries, and action items in one call. Returns typed hits plus conversation_ids, line_ids, segment_ids, memory_atom_ids, participant_ids, brief_ids, summary_ids, action_item_ids. Chat execution expands hits into readable evidence automatically; external callers can fetch returned ids where a matching fetcher is advertised. Endpoint: https://mcp.memoket.ai/mcp
- get_conversations - [metadata_query] Conversation-level metadata for the given conversation_ids: id, title, started_at, ended_at, duration_seconds, participants, language_code. No transcript, brief, or summary body. Endpoint: https://mcp.memoket.ai/mcp
- get_transcripts_by_participant - [content_fetch] Transcript lines associated with participant_ids in conversation_ids. Turns participant metadata into transcript evidence for exposed search results. Endpoint: https://mcp.memoket.ai/mcp
- get_brief - [content_fetch] Per-conversation compact report body for the given conversation_ids using Brief -> Summary -> Standard, where Standard is the first completed non-empty type=0 report. Endpoint: https://mcp.memoket.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.memoket
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
