Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

ai.memoket/memoket

ai.memoket/memoket

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

Uptime
33.3%
3 probes
Response
459ms
last probe
Tools
7
callable

Tools · 7

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.

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.

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. …

get_transcripts

[content_fetch] Verbatim transcript of ONE recording by conversation_id. Paginated (offset / next_offset) — page through for more.

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 2…

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 typ…

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.

Similar MCP servers embedding-nearest

Sharebench live
Search and pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client
2 tools · streamable-http
io.github.TrackingTime/mcp-server live
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
26 tools · streamable-http
GlobalGov — Government Procurement Intelligence live
Search 9.9M+ government contracts & solicitations across 200+ countries, updated daily.
5 tools · http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
SingChat live
Free live chat and AI support agent. Auto-create a workspace and embed from your AI editor.
17 tools · http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.memoket/memoket": {
      "url": "https://mcp.memoket.ai/mcp",
      "transport": "streamable-http"
    }
  }
}