elizaos_mcp
The Society ElizaOS Connector MCP enables the integration of ElizaOS agents with the Cursor IDE, allowing users to interact with agents, list available agents, and manage connections directly from the IDE. Its design facilitates seamless local operation, employing straightforward configurations.
Society ElizaOS Connector MCP
The Society ElizaOS Connector MCP allows seamless integration of ElizaOS agents with Cursor. Features include listing available agents, selecting an agent for interaction, chatting directly from Cursor IDE, and checking the MCP server's status. It requires Node.js, npm, and an operational ElizaOS server. Installation is managed via Cursor using npx for a quick setup.
Features
- List Agents
- Select Agent
- Chat with Agent
- Check Status
Prerequisites
- Node.js and npm (v14 or higher)
- ElizaOS server running
- Cursor IDE with MCP support
Installation & Usage with Cursor
- Configure
.cursor/mcp.json
- Replace placeholder UUIDs
- Restart Cursor
- Use tools in Cursor interface
Configuration Options
Configuration is through environment variables set in .cursor/mcp.json
.
Security Notice
Never include API keys or secrets in your configuration files. The MCP functions without external API keys.
MCP Tool Reference
get_status
: Retrieves connection status.list_agents
: Lists agents from ElizaOS server.chat_with_agent
: Sends messages and receives responses.set_agent
: Switches between agents.
Troubleshooting
Includes steps for resolving common connection and configuration issues.
License
MIT