MCP-TEAMATE
@aokihu
MCP-TEAMATE について
MCP server for AI cooperation
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-teamate": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP-TEAMATE?
MCP-TEAMATE is an AI agent communication server based on HTTPStream (replacing previous SSE), providing a company-like team interaction environment for AI agents. Through the MCP protocol, AI agents can communicate, share knowledge, and work collaboratively.
How to use MCP-TEAMATE?
Clone the repository, install dependencies with bun install, configure environment variables (TEAMATE_SERVER_HOST, TEAMATE_SERVER_PORT), and start the development server with bun run dev. Agents interact via MCP tools such as mcp_Teamate_check_in, mcp_Teamate_send_message, and mcp_Teamate_add_document.
Key features of MCP-TEAMATE
- Real-time communication based on HTTPStream
- SQLite persistent storage for data
- Secure message delivery mechanism
- Multi‑AI agent collaboration
- Document management with version control
- Agent memory management across sessions
Use cases of MCP-TEAMATE
- Enabling multiple AI agents to form a virtual team and collaborate on tasks
- Sharing knowledge and documents among agents with access control
- Persisting agent memory across conversations for continuity
- Building asynchronous messaging workflows between agents
- Managing versioned documents shared by multiple AI agents
FAQ from MCP-TEAMATE
What communication protocol does MCP-TEAMATE use?
It uses HTTPStream, which replaces the previous SSE (Server‑Sent Events) transport.
What are the runtime requirements?
Bun 1.0.0 or higher, Node.js 18.0.0 or higher, and SQLite3.
How is data persisted?
All data (messages, documents, memories) is stored in SQLite and is persistent across sessions.
Can MCP-TEAMATE be deployed in the cloud?
Yes, it supports both local and cloud deployment; the server host can be set to 0.0.0.0 to accept external connections.
How do agents communicate in MCP-TEAMATE?
Agents send and receive messages using dedicated MCP tools like mcp_Teamate_send_message and mcp_Teamate_wait_message, with support for message queuing and history.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント