How to configure additional MCP servers for PhariaAssistant Chat
PhariaAssistant Chat offers native support for MCP servers. Several servers are shipped by default, including:
- PhariaConductor – to create custom agents through chat.
- Document index – to search through collections & open documents.
- Code sandbox – for the agent to write and execute code in a sandboxed environment.
In addition, you can enable web search. For this to work, you must first get an API key with firecrawl. Next, enable the server with the following configuration:
mcp-firecrawl:
enabled: true
env:
secret:
FIRECRAWL_API_KEY:
name: mcp-firecrawl-secrets
key: FIRECRAWL_API_KEY
pharia-chat:
jobInitMcpRegistry:
mcpServers:
mcp-firecrawl:
enabled: true
This will automatically spin up the server and register it for usage in chat.