theater-mcp

colinrozzi/theater-mcp

3.1

If you are the rightful owner of theater-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Theater MCP Server is a Model Context Protocol server designed to interface with the Theater WebAssembly actor system, providing a standardized interface for language models and MCP clients.

Tools

Functions exposed to the LLM to take actions

start_actor

Start a new actor from a manifest.

stop_actor

Stop a running actor.

restart_actor

Restart a running actor.

send_message

Send a one-way message to an actor.

request_message

Send a request to an actor and receive a response.

open_channel

Open a communication channel to an actor.

send_on_channel

Send a message on an open channel.

close_channel

Close an open channel.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources