Tools Config
Tools Configuration
Agents use tools via the Model Context Protocol. You can control which tool servers each agent has access to.
Built-in tools
memcp is always available as a built-in tool server. It provides store_memory, search_memories, recall, delete_memory, and list_memories to every agent that has memory enabled.
Adding external MCP servers
- Go to Tools → Add Server
- Choose the server type:
- HTTP — paste the server URL
- stdio — specify the command and arguments
- Assign the server to one or more agents
- Click Save
The agent can now call tools from that server.
Enabling and disabling tools
From the agent detail page, go to the Tools tab to see all tools available to that agent. You can toggle individual tools on or off without removing the server.
Tool call logs
Every tool call is logged in the Task Log. You can see the exact arguments passed and the result returned for each call in each session.