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/http-server.json
1{2"_comment": "Example HTTP MCP server configuration for REST APIs",3"rest-api": {4"type": "http",5"url": "https://api.example.com/mcp",6"headers": {7"Authorization": "Bearer ${API_TOKEN}",8"Content-Type": "application/json",9"X-API-Version": "2024-01-01"10}11},12"internal-service": {13"type": "http",14"url": "https://api.example.com/mcp",15"headers": {16"Authorization": "Bearer ${API_TOKEN}",17"X-Service-Name": "claude-plugin"18}19}20}21