mcp-teamate-server
@aokihu
关于 mcp-teamate-server
Teamate MCP 服务器端
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-teamate-server": {
"command": "bun",
"args": [
"run",
"src/server/index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-teamate-server?
mcp-teamate-server is a server-side program that provides an HTTP API for MCP Teamate. It runs on the Bun JavaScript runtime and manages data using a local database directory.
How to use mcp-teamate-server?
Install dependencies with bun install, then start the server with bun run src/server/index.ts. The data/ directory is created automatically on first run and must be maintained per environment.
Key features of mcp-teamate-server
- Provides HTTP API services for MCP Teamate
- Built with the fast Bun all-in-one runtime
- Automatically creates
data/directory for database storage - Data directory excluded from version control
- Simple two‑command setup and run
Use cases of mcp-teamate-server
—
FAQ from mcp-teamate-server
—
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论