agent/claude/code/mcp.json
Snider 9f2253cd9b fix(brain): improve session-start recall queries with type filters
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>
2026-03-15 13:14:58 +00:00

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"]
}
}
}