This repository was archived by the owner on Mar 11, 2026. It is now read-only.
feat(brain): remote HTTP MCP server on Charlie :8501#138
Open
Mikecranesync wants to merge 2 commits intomainfrom
Open
feat(brain): remote HTTP MCP server on Charlie :8501#138Mikecranesync wants to merge 2 commits intomainfrom
Mikecranesync wants to merge 2 commits intomainfrom
Conversation
- brain-feed.yml: continue-on-error, fast timeouts, jq payload, dead letter queue - ci-watchdog.yml: 30-min health check, severity classification, auto-issue management - replay-brain-dlq.sh: replay failed payloads once endpoint recovers - INC-2026-03-09-001: incident report for 14 consecutive failures - Ops trace documenting the change Fixes brain-feed blocking all pushes when brain-ingest endpoint is down. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- brain_server.py: env-var-driven host/port/transport (MCP_HOST, MCP_PORT, MCP_TRANSPORT) - brain_server.py: /health endpoint via custom_route (public, no auth) - brain_server.py: streamable-http mode with optional bearer auth (BRAIN_ACCESS_KEY) - deploy-brain-mcp-mac.sh: one-shot deploy for Charlie Mac Mini (port 8501, launchd) - requirements.txt: add mcp[cli] and httpx Enables multi-device access: claude mcp add --transport http open-brain http://<tailscale-ip>:8501/mcp Brain-ingest on :8500 untouched. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MCP_HOST/MCP_PORT/MCP_TRANSPORTconfig,/healthendpoint, streamable-http mode with optional bearer auth viaBRAIN_ACCESS_KEYclaude mcp addcommand.mcp.jsonusage unaffectedWhy
Every cluster device needs brain tools (
brain_search,brain_capture, etc.). Previously required local Python, venv, and repo on each machine. Now: single persistent HTTP server on Charlie, oneclaude mcp addper device.Test plan
curl -sf http://localhost:8501/healthclaude mcp add --transport httpbrain_search("test")from remote Claude Code session🤖 Generated with Claude Code