Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Guidance for integrating MCP (Model Context Protocol) servers into Claude Code plugins.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/sse-server.json
1{2"_comment": "Example SSE MCP server configuration for hosted cloud services",3"asana": {4"type": "sse",5"url": "https://mcp.asana.com/sse"6},7"github": {8"type": "sse",9"url": "https://mcp.github.com/sse"10},11"custom-service": {12"type": "sse",13"url": "https://mcp.example.com/sse",14"headers": {15"X-API-Version": "v1",16"X-Client-ID": "${CLIENT_ID}"17}18}19}20