2026-03-15 13:14:58 +00:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"core": {
|
|
|
|
|
"type": "http",
|
2026-03-15 14:47:17 +00:00
|
|
|
"url": "https://mcp.lthn.sh",
|
2026-03-15 13:14:58 +00:00
|
|
|
"headers": {
|
|
|
|
|
"Authorization": "Bearer $CORE_BRAIN_KEY"
|
|
|
|
|
},
|
|
|
|
|
"allowedEnvVars": ["CORE_BRAIN_KEY"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|