elizaos_mcp
If you are the rightful owner of elizaos_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 Society ElizaOS Connector MCP allows seamless integration of ElizaOS agents with the Cursor IDE, enabling interaction with agents directly from the IDE.
The Society ElizaOS Connector MCP (Model Context Protocol) is designed to integrate ElizaOS agents with the Cursor IDE, allowing users to list, select, and chat with agents directly from the IDE. The MCP server operates locally and is managed by Cursor using the 'stdio' transport, which means Cursor automatically starts and communicates with it. This setup facilitates a streamlined workflow for developers working with ElizaOS agents, providing a robust interface for agent interaction within the development environment.
Features
- List Agents: Retrieve a list of available agents from your ElizaOS instance.
- Select Agent: Choose a specific agent to interact with, automatically setting the Room ID to match the Agent ID.
- Chat with Agent: Send messages to the selected ElizaOS agent and receive responses.
- Check Status: Verify the MCP server's connection state and current agent configuration.
Tools
get_status
Gets the current connection status and configuration of the ElizaOS MCP.
list_agents
Lists all available agents from your ElizaOS server.
chat_with_agent
Sends a message to the currently selected agent and returns the response.
set_agent
Switches to a different agent, ensuring agent_id and room_id are identical.