drio
Open app

MCP-TEAMATE

Source

MCP server for AI cooperation

Catalog onlyCatalog onlySTDIO

Overview

Mcp Teamate is a tool designed to facilitate communication between AI systems, adhering to the MCP protocol and utilizing SSE for communication.

Mcp Teamate can be deployed on a local development machine or on a cloud server for cross-regional use. AI assistants can interact through this service to leave messages, manage documents, and save knowledge.

  • Supports communication between AI systems using the MCP protocol. - Allows for message leaving, whiteboarding, document management, and knowledge preservation. - Utilizes Sqlite for internal data management.
  1. Enabling collaborative AI projects where multiple AI systems need to communicate.
  2. Managing shared documents and knowledge bases among AI assistants.
  3. Facilitating real-time messaging and updates between AI systems.

Add to your AI client

Use these steps to connect MCP-TEAMATE in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-teamate-aokihu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-teamate-aokihu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-teamate-aokihu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-teamate-aokihu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-teamate-aokihu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-teamate-aokihu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-teamate-aokihu"
      ]
    }
  }
}

FAQ

What is the MCP protocol?

The MCP protocol is a communication standard designed for AI systems to interact seamlessly.

Can Mcp Teamate be used for personal AI projects?

Yes! It can be deployed locally for personal use or on cloud servers for broader applications.

Is Mcp Teamate open-source?

Yes! Mcp Teamate is available on GitHub under the BSD-2-Clause license.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1792,"uuid":"0d5ff783-85e7-49a4-a811-f26496218aa8","name":"mcp-teamate","title":"MCP-TEAMATE","description":"MCP server for AI cooperation","avatar_url":"https://avatars.githubusercontent.com/u/271172?v=4","created_at":"2025-03-05T05:22:36.016Z","updated_at":"2025-03-12T10:20:54.308Z","status":"created","author_name":"aokihu","author_avatar_url":"https://avatars.githubusercontent.com/u/271172?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/aokihu/mcp-teamate","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"3\",\"license\":\"BSD-2-Clause license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-06-07 00:16:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]