Get started with OmniMind in minutes!
Important: Only models with tool calling capabilities can be used with OmniMind. Make sure your chosen model supports function calling or tool use.
.env
file:
browser_mcp.json
):
MCPClient
can be configured with multiple MCP servers, allowing your agent to access tools from different sources. This capability enables complex workflows spanning various domains (e.g., web browsing and API interaction).
Configuration:
Define multiple servers in your configuration file (multi_server_config.json
):
OmniMind
agent is configured for multiple servers, the agent can access tools available on all the connected servers. However, for tasks targeting a specific server, you may need to explicitly specify which server to use. This is done using the server_name
parameter in the agent.run()
method, as demonstrated in the following code snippet: