Skip to main content
Glama
johanthoren

ParrotScribe MCP Server

by johanthoren

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PSCRIBE_PATHNoPath to the pscribe executable. Only needed if pscribe is not in your PATH (edge case).pscribe

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pscribe_startA

Start real-time audio transcription (microphone and system audio). Returns status message confirming transcription started.

pscribe_stopA

Stop (pause) the current transcription session. Returns status message confirming transcription stopped.

pscribe_statusA

Get the current status of the ParrotScribe service. Returns: version, status (listening/stopped), session ID, duration, model, capture settings, output directory.

pscribe_tailA

Get recent transcript entries. Returns TOON format: timestamp,source,status,segment,confidence,duration,language,text

  • source: M=microphone, S=system (audio), E=events

  • status: C=confirmed, U=unconfirmed, T=translated, N=no_speech

  • segment: sequential segment number

  • confidence: 0-1 for confirmed, empty for unconfirmed

  • duration: seconds

  • language: ISO 639-1 code (e.g., en, sv, de)

  • text: transcribed content (quoted if contains commas)

Use 'n' for last N lines, OR 'since_line' to poll from a specific line (mutually exclusive). For polling: call with since_line, note the last line number, then call again with that number + 1.

pscribe_sessionsA

List recent transcription sessions. Returns: session ID, date, duration, segment count for each session.

pscribe_newA

Force start a new transcription session. Use when you want a clean session boundary. Returns confirmation with new session ID.

pscribe_catA

Display complete transcript sessions with time-based filtering. Returns TOON format: timestamp,source,status,segment,confidence,duration,language,text

  • source: M=microphone, S=system (audio), E=events

  • status: C=confirmed, U=unconfirmed, T=translated, N=no_speech

  • segment: sequential segment number

  • confidence: 0-1 for confirmed, empty for unconfirmed

  • duration: seconds

  • language: ISO 639-1 code (e.g., en, sv, de)

  • text: transcribed content (quoted if contains commas)

Use this for historical queries like "summarize yesterday's standup" or "what was discussed last week". Convert natural language time references to ISO8601 (e.g., "yesterday morning" → appropriate timestamp).

pscribe_grepA

Search for patterns across transcript sessions.

Use this for queries like "did anyone mention deployment last week?" or "find all references to the API". Returns matching lines with session ID prefix. Use --count for summary statistics.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-sessionSummarizes the current or a specific transcription session.
monitor-callSets up instructions for polling the transcript to monitor a call in real-time.

Resources

Contextual data attached and managed by the client

NameDescription
Live TranscriptThe live transcript of the active ParrotScribe session (last 100 entries in TOON format).

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/johanthoren/parrotscribe-mcp'

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