Files
claude-plugins-official/external_plugins/greptile/.mcp.json
2025-11-20 11:47:24 -08:00

10 lines
162 B
JSON

{
"greptile": {
"type": "http",
"url": "https://api.greptile.com/mcp",
"headers": {
"Authorization": "Bearer ${GREPTILE_API_KEY}"
}
}
}