sse-server.json 413 B

12345678910111213141516171819
  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. }