telexed ~ c / 77564631-0ffradar:70 · agent_toolLIVE
← back
NO.
#77564631
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-06 20:10:29
Importance
★ 7/10 — radar 70
`Craft Agents` OSS: document-first multi-agent workspace with MCP/API setup
FIG-7751:1

`Craft Agents` OSS: document-first multi-agent workspace with MCP/API setup

A GUI-first agent workspace aims to remove MCP/API setup friction by letting agents wire sources, skills, and credentials directly. Interesting if you want Claude Code-style power without living in the CLI.

[ KEY POINTS ]
  1. Uses the Claude Agent SDK and Pi SDK together, with a document-centric UI instead of a code-editor-first workflow.
  2. Claims source setup can be done in-chat: add Linear, Slack, paste MCP JSON, or hand over an OpenAPI spec and let the agent configure it.
  3. Local MCP support matters: stdio servers can run as subprocesses from npx, Python scripts, or local binaries without a restart loop.
  4. Apache 2.0 and “built with itself” make it a useful reference for anyone building an agent-native desktop product, not just using one.
Originalgithub.com/lukilabs/craft-agents-ossRead original →

// related