Overview
What is Votars MCP Stdio?
Votars MCP Stdio is a tool that provides seamless integration with the Votars AI platform using the stdio (Standard Input/Output) interaction mode. It is part of the Votars MCP server project, currently available only in Go. It enables reading recent transcripts and fetching specific transcripts from a user’s Votars workspace.
How to use Votars MCP Stdio?
Install with go install github.com/scarletlabs-ai/Votars-MCP/go/votars-mcp@latest. Then configure the MCP client using a JSON config file with "type": "stdio", the command votars-mcp with arguments ["-t", "stdio"], and the environment variable VOTARS_API_KEY set to your API key.
Key features of Votars MCP Stdio
- Easy integration with the Votars AI platform.
- Supports reading recent transcripts from your workspace.
- Supports fetching a specific transcript by ID.
- Uses environment variable for API key authentication.
- Modular design ready for extension.
Use cases of Votars MCP Stdio
- Retrieve the latest recorded meetings from a Votars workspace.
- Access a specific transcript by providing its transcript ID.
- Integrate Votars transcript data into applications via MCP protocol.
FAQ from Votars MCP Stdio
What is the difference between SSE and Stdio modes?
SSE mode uses a persistent server with API key in request headers, while Stdio mode runs as a subprocess and uses an environment variable (VOTARS_API_KEY) for authentication.
What runtime or dependencies are required?
Currently only the Go version is supported. You must have Go installed to use go install and run the server.
Where does my transcript data live?
All transcript data is stored on the Votars AI platform. The MCP server retrieves this data from your workspace.
What are the current limitations?
Only the Go language implementation is available. More languages (Python, JavaScript, Rust) are planned. Only two tools are currently exposed, with more to be added.
How do I obtain an API key?
Register at Votars.AI, navigate to your workspace settings, and create an API key under the API Key management section.