gadak:Jira と Confluence をローカル SQLite mirror にする
midagedev/gadak は Go 製の local-first developer tool。Jira issues、Confluence pages、comments、history を SQLite に同期し、search、SQL、CLI、Web UI、MCP/agent workflow を同じ local mirror の上で動かす。
全 6 篇の記事
midagedev/gadak は Go 製の local-first developer tool。Jira issues、Confluence pages、comments、history を SQLite に同期し、search、SQL、CLI、Web UI、MCP/agent workflow を同じ local mirror の上で動かす。
TheWinci/mimirs は TypeScript 製の local MCP server。Bun、SQLite、semantic search、code graph、conversation history を使い、Claude Code、Cursor、Windsurf、Codex などの AI coding agent が session をまたいで同じ repository を理解し直す負担を減らす。
srclight/srclight は Python 製の local MCP server / CLI。SQLite FTS5、tree-sitter、embeddings、call graph、Git 情報を使い、codebase を agent が素早く問い合わせられる structured index にする。
majiayu000/remem は Rust の single binary tool。hooks、MCP、CLI、local SQLite/SQLCipher storage を使い、Codex CLI と Claude Code の session 間で検索可能で監査しやすい project memory を保つ。
Perseus-Computing-LLC/perseus-vault は Rust 製の local-first MCP server。単一 binary と SQLite file で、AI Agent に検索可能で監査しやすい永続メモリを提供する。
openclaw/slacrawl は Go 製の Slack local archive CLI です。workspace、channel、user、message、thread、DM/MPIM、Slack Desktop cache、live tail の data を SQLite に保存し、FTS5 search、read-only SQL、MCP connector sync、retention purge、git-backed archive publishing を提供します。