Skip to main content
Glama

Phonotheca MCP server

Remote MCP server for Phonotheca, the archive for recorded interviews. Connect Claude or any MCP client to your workspace and search every transcript, browse projects and interviews, and read speaker-labelled transcripts with timestamps. Passages come back with their speaker, interview, project, and timestamp attached, so a quote arrives with its citation.

The connection is read-only. It cannot upload audio, start transcription, edit a transcript, or delete anything.

Endpoint

https://phonotheca.com/api/mcp

Streamable HTTP, stateless. Authentication is a bearer token created in Settings, shown once and revocable there at any time. A free account is enough to try it; the archive, search, and export stay open permanently.

Related MCP server: gilbert-mcp

Connect

Claude Code:

claude mcp add --transport http phonotheca \
  https://phonotheca.com/api/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Claude API:

"mcp_servers": [{
  "type": "url",
  "url": "https://phonotheca.com/api/mcp",
  "name": "phonotheca",
  "authorization_token": "YOUR_TOKEN"
}]

Tools

Tool

What it does

search_transcripts

Full-text search across every transcript, optional project filter. Returns cited passages.

list_projects

The workspace's projects with interview counts.

list_interviews

A project's interviews with duration, language, and status.

get_transcript

A speaker-labelled transcript with timestamps, paged for long interviews.

Data handling

Requests hit the same EU-resident application and database as the workspace. Transcript text returned to an MCP client goes to whatever assistant you connected, under that assistant's terms. Revoking the token ends access immediately. Details: phonotheca.com/mcp.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Full-text search over Claude Code conversation history using SQLite FTS5, exposing indexed transcripts as MCP tools for searching, browsing, and reading turns.
    3
  • A
    license
    A
    quality
    C
    maintenance
    Read-only access to your Gilbert meetings, transcripts and summaries over MCP — list, search, and fetch transcripts and summaries.
    5
    102
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides read-only access to finished meeting transcripts for AI assistants like Claude Code or Codex, enabling them to answer questions or draft summaries based on the transcriptions.
    4
    3
    Apache 2.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.

View all related MCP servers

Related MCP Connectors

  • Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

View all MCP Connectors

Latest Blog Posts

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/AdesiaHQ/phonotheca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server