What problem does it solve?
This Skill eliminates the manual effort of configuring and managing connections to external MCP (Model Context Protocol) servers to access their tools within Kheish, removing the need for custom, one-off integrations for each external service you want to use.
Core Features & Use Cases
- Automatic Tool Discovery: Connects to configured stdio or HTTP MCP servers at daemon startup, automatically discovers all available tools, and registers them as native Kheish tools with a consistent naming prefix.
- Secure, Persistent Connections: Maintains long-lived server connections with automatic reconnection on drops, filters environment variables passed to stdio servers to prevent accidental credential leakage, and redacts sensitive data from error messages.
- Use Case: A developer can configure a GitHub MCP server to access issue tracking and pull request tools directly in Kheish, or a filesystem MCP server to read and write local files without leaving the Kheish runtime.
Quick Start
To use external MCP tools in Kheish, start the daemon with your MCP server configuration file to automatically register all available MCP tools as native Kheish capabilities.