SCAIRE
MCP Servers
External MCP tool servers for Faire.
MCP Tool Settings
MCP Servers
MCP (Model Context Protocol) servers extend Faire with external tools beyond the built-in SSH command runner. Each server publishes a set of tools Faire can call during a conversation or diagnostic run. You scope which tools are available per server.
Why connect MCP servers
- Give Faire domain-specific tools without writing PHP code. A server can expose file search, repo queries, API lookups, or any HTTP/CLI capability.
-
Every tool call is audited (
tool_type='mcp') and scoped to an allowlist you control. Faire never auto-enables a tool it has not seen you approve. - Servers work across all Faire surfaces: web chat, Telegram, scheduled prompts, and sub-agents (with per-sub-agent scoping).
Quick start
- Add a server below with its name and JSON config
- Click Test to connect and discover available tools
- Approve the tools you want Faire to use
- Faire calls them automatically when relevant
Servers
5
configured
Enabled
4
active
Tools
79
approved
Configured Servers
External MCP servers give Faire additional tools. Add a server, test the connection to discover its tools, then enable the ones you want per server.
| Name | Transport | Details | Tools | Enabled | Actions |
|---|---|---|---|---|---|
| Playwright Web Browser Use | stdio |
npx -y @playwright/mcp --headless --browser chromium --caps...
|
25/30 |
|
|
| duckduckgo Web Search | stdio |
uvx duckduckgo-mcp-server
|
2/2 |
|
|
| Get Outline Operators Personal Wiki | http |
http://dockercompose1.bastardgeek.internal:3001/mcp
|
23/37 |
|
|
| Context7 Technical documentation library for many things. | http |
https://mcp.context7.com/mcp
|
2/2 |
|
|
| GitHub | http |
https://api.githubcopilot.com/mcp/
|
27/44 |
|
Total: 54 tools enabled across active servers (cap: 1000)