Skip to main content
Glama

Phonotheca MCPサーバー

Phonotheca(録音インタビューのアーカイブ)向けのリモートMCPサーバーです。Claudeまたは任意のMCPクライアントをワークスペースに接続して、すべてのトランスクリプトを検索し、プロジェクトやインタビューを閲覧し、話者ラベルとタイムスタンプが付いたトランスクリプトを読むことができます。パッセージには話者、インタビュー、プロジェクト、タイムスタンプが添付されて返されるため、引用文には出典が付いてきます。

この接続は読み取り専用です。音声のアップロード、文字起こしの開始、トランスクリプトの編集、削除はできません。

エンドポイント

https://phonotheca.com/api/mcp

Streamable HTTP、ステートレス。認証は、設定で作成されるベアラートークンです。トークンは一度だけ表示され、いつでもそこで取り消すことができます。試すには無料アカウントで十分です。アーカイブ、検索、エクスポートは永続的に利用できます。

Related MCP server: gilbert-mcp

接続

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"
}]

ツール

ツール

説明

search_transcripts

すべてのトランスクリプトにわたる全文検索。オプションのプロジェクトフィルター。引用付きのパッセージを返します。

list_projects

ワークスペースのプロジェクトをインタビュー数とともに表示します。

list_interviews

プロジェクトのインタビューを、再生時間、言語、ステータスとともに表示します。

get_transcript

話者ラベル付きのトランスクリプトをタイムスタンプ付きで返します。長いインタビューではページングされます。

データの取り扱い

リクエストは、ワークスペースと同じEU域内に存在するアプリケーションとデータベースに到達します。MCPクライアントに返されたトランスクリプトテキストは、接続したアシスタントに送られ、そのアシスタントの利用規約に従います。トークンを取り消すと、アクセスは直ちに終了します。詳細: 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