能力标签
poirot MCP工具
🛠
AI工具

poirot MCP工具

基于 Swift · 开源免费,本地部署,数据完全自主可控
英文名:poirot
⭐ 180 Stars 🍴 11 Forks 💻 Swift 📄 MIT 🏷 AI 8.2分
8.2AI 综合评分
macOS应用Claude集成MCP工具代码助手Swift开发
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,poirot MCP工具 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。

📚 深度解析

poirot MCP工具 是一款基于 Swift 的开源工具,在 GitHub 上收获 0k+ Star,是macOS应用、Claude集成、MCP工具、代码助手领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
poirot MCP工具 依赖 Swift 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Swift 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 poirot MCP工具 的版本更新,及时通知重要功能变化。

📋 工具概览

macOS原生伴侣应用,专为Claude Code设计。支持浏览会话历史、探索代码上下文、管理编码任务。帮助开发者高效利用Claude Code进行编程工作,提升代码生成和调试效率。

poirot MCP工具 是一款基于 Swift 开发的开源工具,专注于 macOS应用、Claude集成、MCP工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 180
开发语言
Swift
支持平台
macOS / iOS
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
8.2 分
工具类型
AI工具
Forks
11

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

macOS原生伴侣应用,专为Claude Code设计。支持浏览会话历史、探索代码上下文、管理编码任务。帮助开发者高效利用Claude Code进行编程工作,提升代码生成和调试效率。

poirot MCP工具 是一款基于 Swift 开发的开源工具,专注于 macOS应用、Claude集成、MCP工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 克隆仓库
git clone https://github.com/a7t-ai/poirot
cd poirot

# 查看安装说明
cat README.md

# 按 README 完成环境依赖安装后即可使用
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 查看帮助
poirot --help

# 基本运行
poirot [options] <input>

# 详细使用说明请查阅文档
# https://github.com/a7t-ai/poirot
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# poirot 配置说明
# 查看配置选项
poirot --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export POIROT_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 50/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <img src="assets/hero.png" alt="Poirot — Investigating your Claude Code sessions" width="720" /> </p>

POIROT

<p align="center"> <strong>Investigating your Claude Code sessions.</strong><br/> A native macOS companion that lets you browse sessions, explore diffs, and re-run commands — all from a polished SwiftUI interface. </p>

<p align="center"> <a href="#features">Features</a> &bull; <a href="#capabilities">Capabilities</a> &bull; <a href="#getting-started">Getting Started</a> &bull; <a href="#architecture">Architecture</a> &bull; <a href="#contributing">Contributing</a> &bull; <a href="#roadmap">Roadmap</a> </p>

<p align="center"> <img src="https://img.shields.io/badge/platform-macOS%2015%2B-black?style=flat-square" alt="Platform" /> <img src="https://img.shields.io/badge/swift-6-F05138?style=flat-square&logo=swift&logoColor=white" alt="Swift 6" /> <img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="MIT License" /> <img src="https://img.shields.io/badge/PRs-welcome-E8A642?style=flat-square" alt="PRs Welcome" /> <img src="https://img.shields.io/github/stars/a7t-ai/poirot?style=flat-square&color=E8A642&label=stars" alt="GitHub Stars" /> </p>

<p align="center"> No login. No tracking. No analytics. No BYOK. No extra cost. Works offline. Less than 6 MB. </p>

---

<p align="center"> <a href="https://youtu.be/JLvNSRZrxdo"> <img src="https://img.youtube.com/vi/JLvNSRZrxdo/maxresdefault.jpg" alt="Poirot Demo Video" width="720" /> </a> <br/> <sub>Click to watch the demo on YouTube</sub> </p>

---

Features

<p align="center"> <img src="assets/showcase/02-analytics.png" alt="Session Analytics" width="720" /> </p>

<p align="center"> <img src="assets/showcase/04-conversation.png" alt="Rich Conversation View" width="720" /> </p>

  • Session Analytics — Token consumption, cost breakdowns, model distribution, and session trends
  • Usage Limits — Live subscription rate-limit gauges (5-hour and 7-day windows) with utilization and reset countdowns, in the dashboard and menu bar — no login, reusing the token Claude Code already stores
  • Session History Browser — Sessions grouped by project with timestamps, model info, and token counts
  • Rich Conversation View — Full timeline with markdown rendering, syntax highlighting, and collapsible tool blocks
  • Tool Block Display — Every tool invocation rendered with name, icon, file path, and result
  • Extended Thinking — Collapsible thinking blocks with distinct purple accent
  • Fuzzy Search (&#x2318;K) — Spotlight-style search across sessions, commands, file paths, and more
  • Slash Commands — Browse global and per-project commands with descriptions and permissions
  • Skills — Explore reusable skill modules with parsed frontmatter
  • MCP Servers — Live connection status indicators with color-coded SF Symbols
  • Models — Browse available models and their capabilities
  • Sub-agents — Create, edit, and manage custom sub-agents with tools, model, memory, and system prompt
  • Plugins — View installed plugins and their metadata
  • Output Styles — Preview output formatting styles
  • Hooks — Event hooks grouped by type with matcher patterns and handler details
  • Session TODOs — Per-session todo lists with status tracking
  • Plans — Browse ~/.claude/plans/ with rendered markdown and file watching
  • Debug Log Viewer — Color-coded log levels, search, filtering, and paginated loading
  • Prompt History — Browse input history with date grouping and project filtering
  • AI Session Summaries — Goal, outcome, helpfulness, and friction indicators from facets
  • Memory — Per-project auto-memory files with rendered markdown and live watching
See all features with screenshots in the Feature Showcase.

---

Capabilities

CategoryFeatureDescription
**Analytics**Session Analytics DashboardToken consumption, cost breakdowns, model distribution, and session trends
Usage LimitsSubscription 5-hour / 7-day rate-limit gauges with reset countdowns; reads Claude Code's existing OAuth token (no login), shown in the dashboard and menu bar
**Sessions**JSONL Transcript ParserParses ~/.claude/projects/ transcripts into structured models
Session History BrowserSessions grouped by project with timestamps, model, token counts
Real-time File WatchingAuto-updates via GCD dispatch sources with 1s debounce
Per-Project ConfigurationSupports global (~/.claude/) and per-project (.claude/) scopes
Session Detail ViewFull conversation timeline with collapsible blocks and scroll-to-bottom
**Conversation**Markdown RenderingRich text with syntax highlighting via MarkdownUI + HighlightSwift
Code Diff ViewerSyntax-highlighted inline diffs for Edit tool blocks
Bash Output RendererTerminal command output with monospace styling and exit status
Extended ThinkingCollapsible thinking blocks with distinct purple accent
Tool BlocksEvery tool invocation rendered with name, icon, file path, and result
In-Session Search&#x2318;F to search within the current conversation
**Diagnostics**Debug Log ViewerParse and browse ~/.claude/debug/ logs with color-coded levels, search, filtering, and paginated lazy loading
Auto-scroll to ErrorOpens directly at the first error entry for quick triage
Relative TimestampsToggle between absolute (HH:mm:ss.SSS) and relative (+offset) time display
**History**Prompt History BrowserBrowse ~/.claude/history.jsonl with date grouping, project filtering, full-text search, and copy-to-clipboard
**AI Summaries**Session FacetsAI-generated analysis (goal, outcome, helpfulness) from ~/.claude/usage-data/facets/
Outcome & Helpfulness BadgesColor-coded badges for success/partial/failure and helpfulness rating
Goal CategoriesTag chips showing categorized session goals with counts
Friction IndicatorsSubtle indicators for tool failures, misunderstandings, and other friction
Live File WatchingAuto-updates when new facets appear via GCD dispatch sources
**Search**Universal Search (&#x2318;K)Fuzzy search across sessions, AI summaries, history, commands, skills, memory, MCP servers, plugins, output styles, models, sub-agents, plans, TODOs, and debug logs
Grouped ResultsResults organized by category with counts
Quick AccessEmpty state shows shortcuts, counts, and recent sessions
**Configuration**CommandsBrowse and manage slash commands (global and per-project)
SkillsBrowse and manage reusable skill modules
MCP ServersBrowse configured Model Context Protocol servers with live connection status
ModelsBrowse available models and capabilities
Sub-agentsCreate, edit, duplicate, and delete custom sub-agents with categorized tool selection and memory configuration
PluginsBrowse installed plugins
Output StylesBrowse and manage output style configurations
HooksView and manage event hooks grouped by type with matcher patterns and handler details
TODOsBrowse per-session todo lists with status tracking and session navigation
PlansBrowse ~/.claude/plans/ markdown files with rendered/raw toggle, copy, delete, and file watching
MemoryBrowse per-project auto-memory files with rendered markdown, project filtering, and file watching
Grid & List ViewsToggle between card grid and compact list layouts
Scope BadgesVisual distinction between Global and Project-scoped items
**Integrations**IDE/EditorOne-click open files in VS Code, Cursor, Xcode, or Zed
Terminal SelectionPick your terminal: Terminal, iTerm2, Warp, Ghostty, Kitty, Alacritty
Quick Command Re-runClick any Bash command to copy or open in your terminal
**Export**Session ExportExport sessions as Markdown or PDF with configurable options
Copy MarkdownOne-click copy of session content as Markdown to clipboard
Share SheetNative macOS share sheet integration for exported files
**Sub-agents**Custom Agent CreationFull form with name, description, system prompt, model, color, categorized tools, and persistent memory
Auto File NamingFile path auto-derived from agent name (lowercase, dashes); file renamed on edit
Tool CategoriesSelect tools by category (Read-only, Edit, Execution, Other) or individually
Agent MemoryConfigure persistent memory per agent (global or none)
Import/ExportShare agents as JSON files between users
DuplicateClone built-in or custom agents as starting points
**Navigation**Font Scaling⌘+ / ⌘- / ⌘0 to zoom the entire UI
Keyboard ShortcutsFull keyboard navigation with discoverable shortcut hints
Help Book (⌘?)Keyboard reference, feature overview, and getting started guide
**App**Onboarding FlowFirst-run welcome with CLI detection, session discovery, and feature tour
Homebrew Distributionbrew install --cask poirot with automated release workflow
**Design**Dark ThemeWarm golden accent (#E8A642) on near-black backgrounds
SF SymbolsAll icons are SF Symbols with bounce, pulse, and replace animations
Design TokensCentralized PoirotTheme for colors, spacing, radii, and typography
**Architecture**Swift 6Strict concurrency with @MainActor default isolation
Observation@Observable with @State — no ObservableObject
Protocol-Driven DIServices injected via SwiftUI EnvironmentValues
Provider SystemExtensible ProviderDescribing protocol for multi-LLM support
Swift Testing@Test, #expect, #require with hand-written mocks

---

Prerequisites

ToolVersionInstall
macOS15.0+
Xcode16.0+Mac App Store

Install SwiftLint and SwiftFormat via Homebrew: brew install swiftlint swiftformat.

Getting Started

Install with Homebrew

brew tap a7t-ai/poirot
brew install --cask poirot

Build & Run

git clone https://github.com/a7t-ai/poirot.git
cd Poirot
brew install swiftlint swiftformat
open Poirot.xcodeproj

Hit &#x2318;R in Xcode and you're up. Or build from the command line:

xcodebuild -scheme Poirot -destination 'platform=macOS' -skipMacroValidation build

Quick Start

  1. Fork the repo
  2. Create a feature branch from main
  3. Make your changes with tests
  4. Ensure the build passes with zero warnings
  5. Ensure all tests pass
  6. Ensure SwiftLint passes
  7. Open a PR against main

See CONTRIBUTING.md for the full guide on code style, architecture conventions, and testing expectations.

🎯 aiskill88 AI 点评 A 级 2026-05-20

高质量的macOS原生应用,紧密集成Claude Code生态。Swift编写保证性能,活跃维护和清晰定位使其成为Claude用户的实用补充工具。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
poirot 中文教程poirot 安装报错怎么办poirot MCP 配置poirot Agent 工作流poirot 与同类工具对比poirot 最佳实践poirot 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

仅支持macOS系统,是Claude Code的原生伴侣应用。
💡 AI Skill Hub 点评

AI Skill Hub 点评:poirot MCP工具 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

📚 深入学习 poirot MCP工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 poirot
原始描述 开源MCP工具:A native macOS companion for Claude Code that lets you browse sessions, explore 。⭐180 · Swift
Topics macOS应用Claude集成MCP工具代码助手Swift开发
GitHub https://github.com/a7t-ai/poirot
License MIT
语言 Swift
🔗 原始来源
🐙 GitHub 仓库  https://github.com/a7t-ai/poirot 🌐 官方网站  https://poirot.fyi

收录时间:2026-05-16 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →