Sponsored by Deepsite.site

Elemental

Created By
AttoAgents7 months ago
Elemental is a multi-agent framework designed with a focus on the modularity of agent workflow stages. It enables the creation and management of single-agent or multi-agent systems with ease. The core functionality revolves around dynamically planning how to solve assigned tasks and executing those plans with the help of an agent team. Elemental supports the programmatic creation of flexible and custom workflows and includes a no-code interface for easy management of agents and tasks. Elemental fully supports MCP Tools with easy configuration of MCP servers and selection of individual tools or complete set.
Content

Tool usage in Elemental

Elemental provides an interface to bring tools provided by Model Context Protocol (MCP) server. The tools are registered in the toolbox and can be used by the agent. The tools are brought to the ToolBox object with the same interface, however, definition of MCP servers must be present in the environment.

The MCP servers can be defined in the .env file in the mcpServers variable. Using Github MCP server as an example, the mcpServers entry could be

mcpServers='{"Github": {"command": "npx", "args": ["-y","@modelcontextprotocol/server-github"], "env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"}}}'

The mcpServers variable should be a JSON string with name of the server as a key and three variables command, args, and env present for the key. More than one server may be defined.

The MCP tools in Elemental require following particular naming convention to bring them together with native tools. The name of the tool must be MCP|server_name|tool_name, where MCP indicates that the tool needs to come from an MCP server, server_name will indicate the correct entry in the mcpServers definition to use for this server, tool_name is the name of the individual tool in the given server.

Example below illustrates how to bring MCP defined tools together with native tools

box = ToolBox()

box.register_tool_by_name("PythonRunner")
box.register_tool_by_name("Calculator")

box.register_tool_by_name("MCP|Github|list_issues")
box.register_tool_by_name("MCP|Github|search_repositories")

description = box.describe()

If you want to include all tools provided by a given MCP server, you may use MCP|server_name|* instead of listing individual tools. The above toolbox specification would change to:

box = ToolBox()

box.register_tool_by_name("PythonRunner")
box.register_tool_by_name("Calculator")

box.register_tool_by_name("MCP|Github|*")

description = box.describe()

Tools are included in the description and called using the same mechanism as the native tools and may be used with any language model.

Recommend Clients
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
ZedCode at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
A Sleek AI Assistant & MCP Client5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .
Cline – #1 on OpenRouterAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
LutraLutra is the first MCP compatible client built for everyone
Continue⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
y-cli 🚀A Tiny Terminal Chat App for AI Models with MCP Client Support
Roo Code (prev. Roo Cline)Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor.
MCP ConnectEnables cloud-based AI services to access local Stdio based MCP servers via HTTP requests
ChatWiseThe second fastest AI chatbot™
MCP PlaygroundCall MCP Server Tools Online
DeepChatYour AI Partner on Desktop
Refact.aiOpen-source AI Agent for VS Code and JetBrains that autonomously solves coding tasks end-to-end.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
chatmcpChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
Cherry Studio🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
VISBOOM
HyperChatHyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.