Tuned OpenBrain recall queries to use type-filtered searches (decision, plan, convention) instead of generic keyword matching. Increased content truncation from 300 to 600 chars. Added roadmap/priorities query. Renamed MCP server from openbrain to core in mcp.json. Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"mcpServers": {
|
|
"core": {
|
|
"type": "http",
|
|
"url": "https://api.lthn.sh/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer $CORE_BRAIN_KEY"
|
|
},
|
|
"allowedEnvVars": ["CORE_BRAIN_KEY"]
|
|
}
|
|
}
|
|
}
|