Skip to content

[Feature] Feature request: Expose agents as a Streamable MCP server URL #27

@aegish-zagi

Description

@aegish-zagi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions