mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"mcpServers": {
|
|
"huggingface": {
|
|
"description":"Access Hugging Face models, datasets, Spaces, papers, collections via MCP.",
|
|
"url": "https://huggingface.co/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer <YOUR_HF_TOKEN>"
|
|
}
|
|
}
|
|
}
|
|
} |