Mjara Docs
Arif MCP

Configuration

Enable and configure MCP in your Arif AI settings.

Settings

SettingDefaultDescription
Enable MCPFalseTurn on MCP integration
MCP EndpointServer URL (e.g. http://localhost:3000)
MCP Auth TypeNonenone, bearer, api_key, or basic
MCP Auth TokenAuthentication credential
MCP Timeout30Seconds per request

Setup Steps

  1. Deploy your MCP server (or use an existing one)
  2. Navigate to Arif AI Settings
  3. Enable the MCP toggle
  4. Enter the MCP Endpoint URL
  5. Configure authentication if required
  6. Save settings

Arif AI will automatically connect to the MCP server and discover available tools.

Caching

  • TTL: 1 hour per tool schema
  • First request: ~500ms (MCP server + schema retrieval)
  • Cached request: ~1ms (local lookup)
  • Manually refresh via the settings UI if you update your tools

On this page