Astryke Hub

Every project you have going, on one board your coding agents keep current and you actually read.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Get Brief: Read the current state of every project: what is next, where work left off, which decisions are settled, and what is waiting on the human. Call this at the start of a session, before answer
  • Report Progress: Record what happened this session so the next one starts informed. Creates the project if it does not exist yet.
  • Ask Question: Record a fork only the human can settle. Use this instead of guessing, and instead of re-litigating something already settled.

What data it sees

Do you need an account

No: the server works without sign-in

Every project you have going, on one board your coding agents keep current and you actually read.

Other project-memory tools store context for the agent. This one is a board you open. Your agents read it at the start of a session and write back at the end, and when one hits a decision only you can make, it lands on your board instead of stalling the session.

  • get_brief at the start: what you're working on, what each project is waiting on, and which decisions are already settled
  • report_progress at the end: what happened, written by the agent rather than by you
  • ask_question when it hits a fork only you can settle
  • answer_thought to reply to notes you pinned from your phone

Works with Claude Code, Codex, VS Code with Copilot, Cursor and Devin Desktop. Auth is OAuth, so there is no API key to paste and no secret on disk.

14 days free, no card. Then $12/month.

Setup guides: https://astryke.com/docs

Server tool list (4)

Raw names from tools/list. Only developers need these.

get_briefRead the current state of every project: what is next, where work left off, which decisions are settled, and what is waiting on the human. Call this at the start of a session, before answering questions about their work.
report_progressRecord what happened this session so the next one starts informed. Creates the project if it does not exist yet.
ask_questionRecord a fork only the human can settle. Use this instead of guessing, and instead of re-litigating something already settled.
answer_thoughtReply to something the human pinned to their board, then mark it handled. They often pin these away from their machine and read the answer later, so answering IS the feature - filing one without a reply leaves them capturing into a void.