Votars MCP Stdio
@scarletlabs-ai
About Votars MCP Stdio
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Votars MCP Stdio": {
"type": "stdio",
"command": "votars-mcp",
"args": [
"-t",
"stdio"
],
"env": {
"VOTARS_API_KEY": "<your-api-key>"
}
},
"Votars MCP SSE": {
"type": "sse",
"url": "http://0.0.0.0:8080/sse",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments