MCP server intelligence profile

Agent Collaboration MCP Server

Enables AI agents to orchestrate a team of sub-agents through tmux sessions for complex task delegation and parallel implementation. It provides tools for launching agents, monitoring their real-time status, and managing communication between them

Local Onlynishimoto265
Awaiting current scanNpm · 3.4.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install agent-collaboration-mcp from npm

Version 3.4.2 declares 1 executable entrypoint.

npm install --save-exact agent-collaboration-mcp@3.4.2
npx -y -p agent-collaboration-mcp@3.4.2 agent-collaboration-mcp
MCP client configuration example
{
  "mcpServers": {
    "agent-collaboration-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "agent-collaboration-mcp@3.4.2",
        "agent-collaboration-mcp"
      ]
    }
  }
}

Identity

Canonical slugagent-collaboration-mcp-server-82a8b6e4DeploymentLocal Only
Canonical packagenpm:agent-collaboration-mcpRepositorynishimoto265/Agent_Collaboration_MCP
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmagent-collaboration-mcp3.4.235Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmagent-collaboration-mcp3.4.2CurrentSep 5, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
agent-collaborationServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
capture_screenCapture screen content from a tmux target
Input schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "tmux target in format \"session:window.pane\" (e.g., \"multiagent:0.5\")"
    },
    "lines": {
      "type": "number",
      "description": "Number of lines to capture (default: all history)"
    }
  },
  "required": [
    "target"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_agent_statusGet status of agents
Input schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "tmux target in format \"session:window.pane\" (e.g., \"multiagent:0.5\") or \"session:*\" for all panes in session"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_parallel_statusGet status of parallel implementation sessions
Input schema
{
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string",
      "description": "Session ID (omit to list all sessions)"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
parallel_implementStart parallel implementation with multiple workers
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Implementation instructions"
    },
    "workerCount": {
      "type": "number",
      "default": 3,
      "description": "Number of workers (default: 3)"
    },
    "complexity": {
      "type": "string",
      "enum": [
        "simple",
        "medium",
        "complex"
      ],
      "default": "medium",
      "description": "Task complexity"
    },
    "autoMerge": {
      "type": "boolean",
      "default": false,
      "description": "Auto-merge after completion"
    },
    "agentType": {
      "type": "string",
      "enum": [
        "claude",
        "gemini"
      ],
      "default": "claude",
      "description": "Agent type to use"
    }
  },
  "required": [
    "prompt"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
send_messageSend a message to a tmux target. Control characters supported: C-c (stop), C-l (clear), etc.
Input schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "tmux target in format \"session:window.pane\" (e.g., \"multiagent:0.5\")"
    },
    "message": {
      "type": "string",
      "description": "Message to send (use C-c for Ctrl+C, C-l for Ctrl+L, etc.)"
    },
    "sendEnter": {
      "type": "boolean",
      "default": true,
      "description": "Whether to send Enter after the message"
    }
  },
  "required": [
    "target",
    "message"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
start_agentStart an agent in a specific tmux target
Input schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "tmux target in format \"session:window.pane\" (e.g., \"multiagent:0.5\", \"dev:1.3\")"
    },
    "agentType": {
      "type": "string",
      "enum": [
        "claude",
        "gemini"
      ],
      "default": "claude",
      "description": "Type of agent to start"
    },
    "additionalArgs": {
      "type": "string",
      "description": "Additional arguments for the agent"
    }
  },
  "required": [
    "target"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Agent Collaboration MCP Server questions

How do I install Agent Collaboration MCP Server?

Install the selected package version with: npm install --save-exact agent-collaboration-mcp@3.4.2

What tools does Agent Collaboration MCP Server provide?

Agent Collaboration MCP Server exposed 6 tools during independent protocol observation, including capture_screen, get_agent_status, get_parallel_status, parallel_implement, send_message, start_agent.

Is Agent Collaboration MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.