diff --git a/claude/core/mcp.json b/claude/core/mcp.json index 58858ae..fe40be8 100644 --- a/claude/core/mcp.json +++ b/claude/core/mcp.json @@ -1,12 +1,9 @@ { "mcpServers": { "core": { - "type": "http", - "url": "https://mcp.lthn.sh", - "headers": { - "Authorization": "Bearer $CORE_BRAIN_KEY" - }, - "allowedEnvVars": ["CORE_BRAIN_KEY"] + "type": "stdio", + "command": "core-agent", + "args": ["mcp"] } } }