### Add Kapso AI Agent Skills to Coding Assistant Source: https://docs.kapso.ai/docs/workflows/introduction/index Install Kapso agent skills for your AI coding assistant to accelerate automation development. This command-line interface (CLI) command adds the necessary skills. ```bash npx skills add gokapso/agent-skills ``` -------------------------------- ### Connect to Kapso Documentation via MCP Source: https://docs.kapso.ai/docs/workflows/introduction/index Configure your AI assistant to connect to Kapso's documentation server using the Message Communication Protocol (MCP). This allows the AI to access documentation context. Different clients require slightly different configurations. ```json { "mcpServers": { "kapso": { "url": "https://docs.kapso.ai/mcp" } } } ``` ```bash claude mcp add --transport http kapso https://docs.kapso.ai/mcp ``` ```bash codex mcp add kapso http https://docs.kapso.ai/mcp ``` ```json { "servers": { "kapso": { "type": "http", "url": "https://docs.kapso.ai/mcp" } } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.