Personal configuration, extensions, and skills for Pi.
extensions/notion.ts provides read-only notion_search and notion_read tools. It uses a
token_v2 session supplied through NOTION_TOKEN; on macOS it can otherwise read the logged-in
Notion.app session from the Keychain and cookie database. The extension only calls Notion's private
read endpoints. Its approach is inspired by
Matt Robenolt's Notion extension.
extensions/slack/ provides fixed read-only tools backed by Slack's official hosted MCP server.
It uses public-client PKCE OAuth and stores credentials only in the operating system keyring. See
extensions/slack/README.md for Slack app setup, scopes, privacy, and
session-retention guidance.
pnpm install
pnpm check
pnpm formatMIT. See LICENSE. Vendored components retain their own copyright notices.