Explore how to leverage the MCP Marketplace for discovering, installing, and configuring MCP servers that expand Sypha's functionality with supplementary tools and resources.
MCP servers function as specialized plugins that expand Sypha's functionality. These servers empower Sypha to execute diverse operations including web page retrieval, image manipulation, API interactions, and numerous other capabilities.
Following successful installation, Sypha automatically incorporates the server's functionality
New tools and resources become visible in Sypha's system prompt
Request Sypha to utilize your new server's capabilities directly
Example: "Search the web for recent React updates using Perplexity"
Corporate Users: When deploying Sypha in enterprise environments, verify that third-party MCP server installations align with your organization's security guidelines.
While Sypha recognizes your active MCP servers and their purposes, managing numerous enabled servers benefits from defining specific usage contexts.
Employ a .sypharules file or custom instructions to enable smart MCP server activation via keyword-based triggers, enhancing Sypha's tool selection intelligence and contextual awareness.
MCP Rules organize your connected MCP servers into functional groupings while establishing trigger keywords that automatically activate them upon detection in your Sypha conversations.
{ "mcpRules": { "webInteraction": { "servers": ["firecrawl-mcp-server", "fetch-mcp"], "triggers": ["web", "scrape", "browse", "website"], "description": "Tools for web browsing and scraping" } }}
{ "mcpRules": { "category1": { "servers": ["server-name-1", "server-name-2"], "triggers": ["keyword1", "keyword2", "phrase1", "phrase2"], "description": "Description of what these tools do" }, "category2": { "servers": ["server-name-3"], "triggers": ["keyword3", "keyword4", "phrase3"], "description": "Description of what these tools do" }, "category3": { "servers": ["server-name-4", "server-name-5"], "triggers": ["keyword5", "keyword6", "phrase4"], "description": "Description of what these tools do" } }, "defaultBehavior": { "priorityOrder": ["category1", "category2", "category3"], "fallbackBehavior": "Ask user which tool would be most appropriate" }}
Incorporate this configuration into your .sypharules file or custom instructions to enhance Sypha's MCP server selection with improved intuitiveness and contextual awareness.