Best for
- Claude Code plugin developers looking for an SSE MCP configuration example
- Users who know and trust the configured cloud-service endpoints
This source file is an SSE configuration example for hosted cloud services, not a product-specific tool catalog. It lists Asana, GitHub, and an example custom-service endpoint, but provides no evidence about tools, permissions, authentication flow, or client compatibility.
An example SSE MCP configuration for hosted cloud services, defining SSE connections for Asana, GitHub, and custom-service. The source does not list specific tools, tool descriptions, client compatibility, or service permission scopes.
The README states that plugins can be installed through Claude Code with /plugin install {plugin-name}@claude-plugins-official or discovered through /plugin > Discover. This configuration is located at plugins/plugin-dev/skills/mcp-integration/examples/sse-server.json. Before use, verify each service URL and provide CLIENT_ID for custom-service if required by that service.
{"asana":{"type":"sse","url":"https://mcp.asana.com/sse"},"github":{"type":"sse","url":"https://mcp.github.com/sse"},"custom-service":{"type":"sse","url":"https://mcp.example.com/sse","headers":{"X-API-Version":"v1","X-Client-ID":"${CLIENT_ID}"}}}