For the complete documentation index, see llms.txt. This page is also available as Markdown.

2. AIsuru MCP Server

Enables direct integration with the AIsuru platform, letting your Agent communicate with other agents or platform features.

This MCP is particularly useful for:

  • Creating multi-agent architectures

  • Enabling communication between different agents

  • Accessing advanced AIsuru platform features

Configuration parameters

Parameter
Required
Description

engine_url

Yes

URL of the tenant's AIsuru engine (e.g. https://engine.memori.ai). Auto-injected.

tenant_url

Yes

Hostname of the current AIsuru tenant (e.g. aisuru.acme.com). Auto-injected.

backend_url

No

URL of the tenant's AIsuru backend. Auto-injected.

  • Engine URL: https://engine.memori.ai (may be different in AIsuru on-prem)

  • Tenant URL: aisuru.com (SaaS) or your tenant domain (PaaS)

  • Backend URL (optional): https://backend.memori.ai (may be different in AIsuru on-prem)

Custom parameters

No additional parameters needed.

How to use the AIsuru MCP to have two Agents talk to each other

If you want your Agent to consult a specific agent, write it in the instructions — for example: if you want to contact "Manuela" for HR questions, write in the instructions: "If the user asks about HR, direct the question to Manuela (ID: b6fc6009-529f-42c1-91e6-5228f695fc81)".

The ID can be retrieved in a few simple steps:

  • Select and open an agent's side panel

  • Under Settings, press "Dev docs"

  • Once inside dev docs you'll see the agent's ID and a button to copy it to the clipboard

Last updated