agent/claude/code/mcp.json
Snider 6045805dfc feat(plugin): add dispatch, status, recall, scan commands
New slash commands for the agentic system:
- /dispatch — dispatch subagent to sandboxed workspace
- /status — show workspace status (running/blocked/completed)
- /recall — search OpenBrain memories
- /scan — find actionable Forge issues

Fix MCP URL: api.lthn.sh/mcp → mcp.lthn.sh (subdomain routing).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:47:17 +00:00

12 lines
225 B
JSON

{
"mcpServers": {
"core": {
"type": "http",
"url": "https://mcp.lthn.sh",
"headers": {
"Authorization": "Bearer $CORE_BRAIN_KEY"
},
"allowedEnvVars": ["CORE_BRAIN_KEY"]
}
}
}