4b24368be2
Scaffolds a reproducible, idempotent installer that stands up the four native launchd core services (soul :7770, engram :8742, mcp-wrapper :17779, mcp-proxy :7779), seeds a fresh engram with the genesis identity via forge, and installs the Claude Code config (neuron agent + core hooks + local MCP). Fully templated to the invoking user's $HOME; Anthropic key prompted and stored in Keychain; no secrets committed. Personal automations and synapse-dependent hooks excluded from core.
9 lines
118 B
Cheetah
9 lines
118 B
Cheetah
{
|
|
"mcpServers": {
|
|
"neuron": {
|
|
"type": "http",
|
|
"url": "http://127.0.0.1:@@PROXY_PORT@@/"
|
|
}
|
|
}
|
|
}
|