Votars MCP Stdio
@scarletlabs-ai
关于 Votars MCP Stdio
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
评论