Problem
Great project! I'd love to connect the Crew to external AI agents (like [Poke](https://poke.com)) that consume MCP servers via Streamable HTTPS.
Right now the Crew only consumes MCP servers (Gmail, GCal) but doesn't expose one.
Proposed Solution
It would be awesome if there were an optional server mode that wraps the agents as MCP tools — something like:
bash scripts/serve.sh --port 3000
…that spins up a Streamable HTTPS endpoint with tools like:
capture_note → Scribe
search_vault → Seeker
triage_inbox → Sorter
find_connections → Connector
vault_audit → Librarian
Since many MCP clients (like the Poke AI Agent by The Interaction Company Of California) require HTTPS, it would be helpful to either:
- Support TLS directly (via
--cert / --key flags)
- Document a recommended tunneling setup (e.g., Cloudflare Tunnel, ngrok, or Tailscale Funnel) for exposing the local server securely
This would let any MCP-compatible client interact with the Crew remotely.
Scope
Installer / scripts
Agent (if applicable)
No response
Alternatives Considered
No response
Additional Context
No response
Problem
Great project! I'd love to connect the Crew to external AI agents (like [Poke](https://poke.com)) that consume MCP servers via Streamable HTTPS.
Right now the Crew only consumes MCP servers (Gmail, GCal) but doesn't expose one.
Proposed Solution
It would be awesome if there were an optional server mode that wraps the agents as MCP tools — something like:
bash scripts/serve.sh --port 3000
…that spins up a Streamable HTTPS endpoint with tools like:
capture_note→ Scribesearch_vault→ Seekertriage_inbox→ Sorterfind_connections→ Connectorvault_audit→ LibrarianSince many MCP clients (like the Poke AI Agent by The Interaction Company Of California) require HTTPS, it would be helpful to either:
--cert/--keyflags)This would let any MCP-compatible client interact with the Crew remotely.
Scope
Installer / scripts
Agent (if applicable)
No response
Alternatives Considered
No response
Additional Context
No response