Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pmoves/configs/agent-teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ teams:
- notebook_sync # Port 8095 — Open Notebook sync
- dox # Document intelligence
- open_notebook # Knowledge base (SurrealDB)
- cipher_memory # Port 8096 — Knowledge graph memory
- cipher_memory # Port 8105 — Knowledge graph memory

media:
name: "Media & Voice"
Expand Down
4 changes: 2 additions & 2 deletions pmoves/configs/claws/claude-md/4090.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You are 4090-claude, the active GPU contributor and UI specialist. You may:

| Server | Type | Endpoint | Purpose |
|--------|------|----------|---------|
| pmoves-cipher | SSE | `http://${TS_Z890}:8096/sse` | Agent memory |
| pmoves-cipher | SSE | `http://${TS_Z890}:8105/sse` | Agent memory |
| agent-zero | HTTP | `http://${TS_Z890}:8080/mcp` | Orchestrator |
| gpu-mesh | NATS | `mesh.gpu.*` subjects | GPU mesh integration |

Expand Down Expand Up @@ -106,7 +106,7 @@ NVENC encode profiles:
| Agent Zero | `http://${TS_Z890}:8080` | Orchestrator (MCP API at /mcp/*) |
| TensorZero | `http://${TS_Z890}:3030` | LLM gateway |
| NATS | `nats://${TS_Z890}:4222` | Message bus |
| Cipher Memory | `http://${TS_Z890}:8096` | Agent memory |
| Cipher Memory | `http://${TS_Z890}:8105` | Agent memory |

## AGNOTE4482 Workstreams

Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/claude-md/5090.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You are 5090-claude, the GPU inference specialist. You may:
| Archon | `http://${TS_Z890}:8091` | Agent service (prompts/forms) |
| TensorZero | `http://${TS_Z890}:3030` | LLM gateway |
| NATS | `nats://${TS_Z890}:4222` | Message bus |
| Cipher Memory | `http://${TS_Z890}:8096` | Agent memory |
| Cipher Memory | `http://${TS_Z890}:8105` | Agent memory |
| Ollama (Z890) | `http://${TS_Z890}:11434` | Z890 model serving |

## AGNOTE4482 Workstreams
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/claude-md/kvm4-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You may NOT: run docker, make, ssh to other nodes, or access storage services di
| Archon | `http://${TS_Z890}:8091` | Agent service (prompts/forms) |
| TensorZero | `http://${TS_Z890}:3030` | LLM gateway |
| NATS | `nats://${TS_Z890}:4222` | Message bus |
| Cipher Memory | `http://${TS_Z890}:8096` | Agent memory |
| Cipher Memory | `http://${TS_Z890}:8105` | Agent memory |
| Ollama (Z890) | `http://${TS_Z890}:11434` | GPU model serving |

## Health Check Commands
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/claude-md/kvm4-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You may NOT: run docker, make, ssh to other nodes, or manage network/proxy servi
| Qdrant | 6333 | Vector embeddings |
| Meilisearch | 7700 | Full-text search |
| Neo4j | 7474/7687 | Graph database (HTTP/Bolt) |
| Cipher Memory | 8096 | Agent memory |
| Cipher Memory | 8105 | Agent memory |

## Common Queries

Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/opencode-4090.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"mcpServers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse",
"url": "http://${TS_Z890}:8105/sse",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point Cipher MCP URL at currently exposed port

This change moves the CLAWS Cipher endpoint to :8105, but the runtime defaults still expose Cipher on :8096 (pmoves/docker-compose.yml uses ${CIPHER_PORT:-8096}:3000, and related health checks/default URLs still use 8096). In any default environment where CIPHER_PORT is not explicitly overridden, clients loading this config will fail to connect to Cipher Memory, so memory-backed tooling regresses immediately.

Useful? React with 👍 / 👎.

"description": "Agent memory (Neo4j knowledge graph) via Tailscale"
},
"agent-zero": {
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/opencode-5090.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"mcpServers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse",
"url": "http://${TS_Z890}:8105/sse",
"description": "Agent memory (Neo4j knowledge graph) via Tailscale"
},
"agent-zero": {
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/opencode-kvm4-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"mcpServers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse",
"url": "http://${TS_Z890}:8105/sse",
"description": "Agent memory (Neo4j knowledge graph) via Tailscale"
},
"agent-zero": {
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/opencode-kvm4-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"mcpServers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://cipher-memory:8096/sse",
"url": "http://cipher-memory:8105/sse",
"description": "Agent memory (Neo4j knowledge graph)"
}
},
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/opencode-nemotron-claw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"mcpServers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse",
"url": "http://${TS_Z890}:8105/sse",
"description": "Agent memory via Tailscale"
},
"agent-zero": {
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/4090.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse"
"url": "http://${TS_Z890}:8105/sse"
},
"agent-zero": {
"type": "http",
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/5090.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse"
"url": "http://${TS_Z890}:8105/sse"
},
"agent-zero": {
"type": "http",
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/kvm4-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse"
"url": "http://${TS_Z890}:8105/sse"
},
"agent-zero": {
"type": "http",
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/kvm4-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://cipher-memory:8096/sse"
"url": "http://cipher-memory:8105/sse"
}
},
"damage_control_hooks": true,
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/nemotron-claw.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://${TS_Z890}:8096/sse"
"url": "http://${TS_Z890}:8105/sse"
},
"agent-zero": {
"type": "http",
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/claws/scopes/z890.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"mcp_servers": {
"pmoves-cipher": {
"type": "sse",
"url": "http://localhost:8096/sse"
"url": "http://localhost:8105/sse"
},
"docker": {
"command": "docker",
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/tac_trees/agent-teams-taxonomy.tac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ root:
notebook_sync — Port 8095 — Open Notebook sync
dox — Document intelligence
open_notebook — Knowledge base (SurrealDB)
cipher_memory — Port 8096 — Knowledge graph memory (Neo4j)
cipher_memory — Port 8105 — Knowledge graph memory (Neo4j)
agent_hint: codex

- id: team.research.node_affinity
Expand Down
2 changes: 1 addition & 1 deletion pmoves/configs/tac_trees/firefly-iii.tac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ root:
target: "pmoves/docs/TAC/TAC_WEALTH.md"
pattern: "8075"
expect: "Port 8075 referenced (FIREFLY_PORT)"
context: "Port 8096 is Cipher Memory, Firefly uses FIREFLY_PORT=8075"
context: "Port 8105 is Cipher Memory, Firefly uses FIREFLY_PORT=8075"
agent_hint: codex

- id: firefly-iii.docs.branded-defaults
Expand Down
14 changes: 7 additions & 7 deletions pmoves/configs/tac_trees/mcp-topology.tac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@ root:
# =========================================================================
- id: mcp.cipher-memory
task: "Cipher Memory MCP server"
context: "SSE transport at :8096/sse, Neo4j-backed knowledge-graph memory"
context: "SSE transport at :8105/sse, Neo4j-backed knowledge-graph memory"
agent_hint: codex
children:
- id: mcp.cipher-memory.transport
task: "SSE transport configured in mcp.json"
action:
type: grep
target: ".claude/mcp.json"
pattern: "pmoves-cipher.*sse|8096/sse"
expect: "SSE transport at http://localhost:8096/sse"
pattern: "pmoves-cipher.*sse|8105/sse"
expect: "SSE transport at http://localhost:8105/sse"
context: "Configured in .claude/mcp.json as pmoves-cipher server"
agent_hint: codex

Expand All @@ -159,9 +159,9 @@ root:
action:
type: grep
target: "pmoves/docker-compose.yml"
pattern: "cipher.*health|8096.*health"
expect: "GET http://localhost:8096/health"
context: "Healthcheck: GET http://localhost:8096/health"
pattern: "cipher.*health|8105.*health"
expect: "GET http://localhost:8105/health"
context: "Healthcheck: GET http://localhost:8105/health"
agent_hint: codex

- id: mcp.cipher-memory.submodule
Expand Down Expand Up @@ -411,7 +411,7 @@ root:
Server inventory (transport | port | tool_count | auth | healthcheck):
-----------------------------------------------------------------------
Agent Zero MCP | HTTP | :8080/mcp/* | ~9 | Bearer MCP_CLIENT_SECRET | GET /mcp/health
Cipher Memory MCP | SSE | :8096/sse | 4 | Service-level (Neo4j) | GET /health
Cipher Memory MCP | SSE | :8105/sse | 4 | Service-level (Neo4j) | GET /health
BoTZ MCP Gateway | HTTP | compose | ~6 | JWT (P1 fail-open audit) | compose healthcheck
Airtable | Cloud | plugin | 8 | OAuth (Claude) | ping tool
Cloudflare | Cloud | plugin | 22 | OAuth (Claude) | accounts_list
Expand Down
Loading