Skip to main content
Glama
vkolotov

mcp-agent-collaboration

by vkolotov

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AGENT_COLLAB_LOGNoLog file path for the agent collaboration server/tmp/mcp-agent-collaboration.log
MCP_AGENT_COLLAB_HOSTNoHost address for the agent collaboration server127.0.0.1
MCP_AGENT_COLLAB_PATHNoPath for the MCP endpoint/mcp
MCP_AGENT_COLLAB_PORTNoPort for the agent collaboration server8000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_topicB

Create a collaboration topic by name.

join_topicC

Join a topic with a friendly agent name and receive a join_token.

leave_topicC

Leave the joined topic.

send_messageB

Send a direct or broadcast message in the joined topic.

read_messagesA

Long-poll, read, and consume pending messages for the joined agent.

check_inC

Optionally send a message, then read pending messages in one tool call.

list_topicsA

List topics with member counts and pending in-memory message counts.

list_topic_membersB

List active members in a topic.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vkolotov/mcp-agent-collaboration'

If you have feedback or need assistance with the MCP directory API, please join our Discord server