Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TALK_QUEUENoMessage queue directory~/.mcp_talk/q/
MCP_TALK_AUTO_CLEAN_HOURSNoAuto-delete messages older than N hours (0 to disable)24
MCP_TALK_MAX_MESSAGE_CHARSNoMaximum message length2000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send

Send a message to another agent. Usage: send(to='claude', message='Hello!', namespace='myproject')

chk

Check messages for an agent (shortcut). Usage: chk(agent='claude', namespace='myproject')

check

Check messages for an agent. Usage: check(agent='claude', namespace='myproject')

ack

Acknowledge/delete a message after processing. Usage: ack(id='msg_id', namespace='myproject')

broadcast

Send a message to all agents. Usage: broadcast(message='Team update', namespace='myproject')

list

List all pending messages in the queue (PM visibility). Usage: list(namespace='myproject')

clean

Clean up old messages. Usage: clean(hours=24, namespace='myproject')

reply

Reply to a message (acks original and sends response to sender). Usage: reply(id='msg_id', message='Got it!', namespace='myproject')

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/devinvenable/mcp-talk'

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