Windsurf mcp integration
'Manage integrate MCP servers with Windsurf for extended capabilities. Activate when users mentionFrom its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-mcp-integrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 293 tokens by cl100k_base, as published. Nobody here has run it
Windsurf Mcp Integration
Overview
This skill enables integration of MCP (Model Context Protocol) servers with Windsurf, extending Cascade's capabilities with external tools and services. MCP allows Cascade to interact with databases, filesystems, APIs, and custom tools through a standardized protocol.
Prerequisites
- Windsurf IDE with MCP support enabled
- Node.js 18+ or Python 3.10+ for MCP servers
- MCP server packages installed (npm or pip)
- Network access for remote MCP servers
- Understanding of MCP protocol basics
- Admin permissions for server configuration
Instructions
- Enable MCP Servers
- Configure Tools
- Set Up Authentication
- Test Integration
- Deploy to Team
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Configured MCP servers accessible via Cascade
- Tool registry with all available operations
- Permission matrix for access control
- Audit logs for tool invocations
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
- MCP Protocol Specification
- Windsurf MCP Guide
- MCP Server Development
What ships with it: 4 files
4.1 KB alongside SKILL.md
references/
- directory-structure.md1.8 KB
- errors.md665 B
- examples.md683 B
- implementation.md980 B