Loading...
Loading...
Use when adding or configuring an MCP (Model Context Protocol) server in a Claude Code plugin. Triggers on "add mcp", "setup mcp", "configure mcp server", "add mcp.json to plugin", or any request to wire up an external MCP tool server to a plugin in this repository.
npx skill4agent add gsmlg-dev/code-agent setup-mcp.mcp.json.claude-plugin/mcp.jsonplugins/<name>/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json ← here
├── commands/
└── ...{
"<server-name>": {
"type": "http",
"url": "https://<endpoint>/mcp/",
"headers": {
"Authorization": "Bearer ${ENV_VAR}"
}
}
}type"http"urlheaders${VAR}${GITHUB_TOKEN}{
"github": {
"type": "http",
"url": "https://githubcopilot-api.gsmlg.dev/mcp/",
"headers": {
"Authorization": "Bearer ${GITHUB_TOKEN}"
}
}
}.mcp.jsonheadersplugin.jsonlspServersplugin.json