pando

pando

Enables Claude to search, read, write, and manage a local markdown vault through 8 tools, turning your notes into an AI-accessible knowledge base.

Category
访问服务器

README

PANDO — fewer ways to lose a thought

Notes apps die the same way every time: capture gets slower than forgetting. Pando is the version with fewer moving parts and fewer ways to lose the plot — plain markdown files, links that make themselves, a garden view where your vault grows as a fern, and an MCP socket so Claude can actually use what you know. Zero dependencies. Nothing leaves your machine unless you explicitly turn on Claude enrichment. Built by one operator (HoldFern) who kept losing good ideas to bad capture.

Free software under AGPL-3.0 — see LICENSE. © 2026 Matt Barber.

Quick start (Windows)

  1. EXTRACT the zip first. Do not run anything from inside the archive — Windows will happily show you the files but nothing can run in there. Right-click the zip, Extract All, e.g. to Documents\Pando.
  2. Install Node.js LTS (once). In an admin terminal: winget install OpenJS.NodeJS.LTS — or get the LTS installer from https://nodejs.org. Pando is zero-dependency, but it is a Node app; Node is the only thing it needs. Close and reopen your terminal afterward.
  3. Double-click start.bat in the extracted folder. It checks for both of the above and tells you exactly what is missing if something is off.
  4. Open the URL it prints — it contains your one-time session key and sets a secure cookie. After that, plain http://127.0.0.1:7423 just works; bookmark it.

No npm install, no build step, no accounts. To use Pando from another browser or after clearing cookies, use the printed URL again (the key lives in .brain/session.token; delete that file to rotate it).

The 60-second tour

Do this Get this
Ctrl+K, type a thought, Enter Timestamped capture in Inbox/ — zero friction
Write [[Some Idea]] in any note A link — even before "Some Idea" exists (ghost links are tracked)
Open any note Right rail: backlinks + Related picks, each with a why
Consolidate button Vault health: orphans, most-wanted missing notes, duplicates, links that want to exist, themes
Memory button Old-but-relevant notes resurfaced, "on this day", current focus
Context button A ranked, provenance-tagged markdown briefing on any topic — copy into any AI
Garden button Your whole vault as a fern — fronds are sections, leaves are notes; click in and each section grows as its own plant (monstera projects, bamboo dailies, succulent resources) with a leaf-rustle as you move. Snd toggle in the top bar.
Today button Auto-created daily note
history in the note header Every previous version of the note, restorable

Archive replaces delete: nothing in Pando is ever destroyed.

Your data, concretely

  • vault/ — your notes. Plain markdown. This folder is your brain; everything else is derived. It opens fine in Obsidian, VS Code, anything.
  • .brain/history/ — automatic snapshots of every overwritten version.
  • .brain/activity.jsonl — your open/edit/capture timeline (powers resurfacing).
  • .brain/config.json — settings, including the optional Claude API key.
  • .brain/session.token — your local session key (delete to rotate).

Backup = copy the folder. Sync = put it in OneDrive/Syncthing/git — it's just files.

Claude integration (optional, two ways)

1. Enrichment in the UI — add an Anthropic API key in Settings (stored only in .brain/config.json, sent only to api.anthropic.com). Unlocks per-note ai·summary, ai·tags, ai·links and "Ask Claude to prioritize" in Consolidate. Written and code-reviewed but not live-tested in this build (needs your key).

2. MCP — make Claude a client of your brain. Add to claude_desktop_config.json (Claude Desktop → Settings → Developer):

{
  "mcpServers": {
    "pando": {
      "command": "node",
      "args": ["C:\\Users\\YOU\\Documents\\pando\\mcp-server.js"]
    }
  }
}

Claude gets 8 tools: search_notes, read_note, write_note, capture_thought, build_context, related_notes, consolidation_report, list_recent. Prefer Claude not write to your vault? Set env PANDO_MCP_READONLY=1.

Security posture (v0.2 hardening)

  • Binds 127.0.0.1 only — hardcoded, not configurable. Remote access is a future feature with real auth, not a flag.
  • Session auth: random persistent token → HttpOnly SameSite=Strict cookie; Authorization: Bearer <token> for scripts; timing-safe compares.
  • Host-header allowlist — blocks DNS-rebinding attacks from web pages.
  • JSON-only writes — blocks cross-site form/text CSRF.
  • CSP with per-boot nonce on the UI, X-Frame-Options: DENY, nosniff.
  • Path traversal blocked at one choke point; 2 MB note / 2.5 MB request caps.
  • Zero dependencies = the supply chain is Node itself. No telemetry, ever.

Details and reporting: SECURITY.md. Run the 20-check battery yourself: node scripts/smoke.js.

Documentation

Full guides live in docs/ — install, user manual, architecture, data & security, Claude/MCP integration, public-launch security, maintenance, and the roadmap. Start at docs/00-START-HERE.md.

FAQ

  • Change the port? set PANDO_PORT=8000 before starting.
  • Move the vault elsewhere? Set PANDO_ROOT=C:\path\to\folder.
  • Edit notes in other apps? Yes — Pando detects external changes and reindexes.
  • Phone? Roadmap (BLUEPRINT.md). The vault syncs anywhere as plain files today.
  • Extend it? Drop a JS file in plugins/ (see plugins/README.md) or script the JSON API — the UI has no special powers. Contributions: CONTRIBUTING.md.

See BLUEPRINT.md for architecture and the upgrade roadmap.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选