MCP Servers let you connect external Model Context Protocol (MCP) servers to Plinqx, federating their tools alongside your other tool sources.Documentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
What are MCP Servers?
MCP Servers are external services that implement the MCP protocol. By connecting them to Plinqx, you can:- Federate Tools: Access tools from multiple MCP servers through one gateway
- Unified Access: Use tools from different servers with a single API key
- Centralized Governance: Apply policies to all tools regardless of source
Adding an MCP Server
Configure Connection
Provide:
- Name: Descriptive name for this connection
- Provider: Select “External MCP Server”
- Server URL: The MCP server endpoint
- Authentication: Configure how to authenticate with the server
Authentication
MCP servers may require authentication. Common methods:- None: Public MCP servers
- API Key: Simple key-based auth
- Bearer Token: OAuth2 or JWT tokens
- Custom: Server-specific authentication
Store authentication credentials in the Vault and reference them using
{{vault.CREDENTIAL_NAME}}.Tool Discovery
Once connected, Plinqx automatically:- Discovers all tools exposed by the MCP server
- Imports tool definitions (name, description, input schema)
- Makes tools available for addition to Collections
Managing Connections
Connection Status
Monitor connection health:- Active: Connected and tools available
- Error: Connection issue - check URL and authentication
- Refreshing: Discovering tools
Refreshing Tools
If the MCP server adds new tools:- Open the connection details
- Click Refresh Tools
- New tools are automatically discovered
Removing Connections
To disconnect an MCP server:- Open the connection
- Click Delete Connection
- Confirm removal
Example: Composio Integration
Composio is a popular MCP server that provides integrations with many services.Add Connection
Add Composio as an External MCP Server with:
- Server URL: Composio’s MCP endpoint
- Authentication: API Key using your Vault entry
Best Practices
Use Vault
Store all MCP server credentials in the Vault
Monitor Status
Regularly check connection status for reliability
Test Tools
Test MCP server tools in the Playground before production
Document Sources
Use clear connection names to identify tool sources
Next Steps
Add to Collections
Add MCP server tools to collections
Set Up Vault
Store MCP server credentials securely