Installation
Obsidian plugin
Section titled “Obsidian plugin”- Open Obsidian Settings > Community Plugins
- Click Browse and search for “Pensum”
- Install and enable the plugin
- Pensum will scan your vault on first load
Manual installation
Section titled “Manual installation”- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub Release - Create
.obsidian/plugins/pensum/in your vault - Copy the three files into that folder
- Restart Obsidian and enable Pensum in Settings > Community Plugins
npm install -g @pensum/cliOr via Homebrew:
brew install pensumAI setup (Pro)
Section titled “AI setup (Pro)”- Open Pensum settings > AI features
- Enable AI features
- Enter your Anthropic API key (encrypted before storage)
- Click “Test” to verify the connection
- For meeting transcription, also configure an OpenAI API key
MCP server
Section titled “MCP server”Add to your Claude Code or Claude Desktop MCP configuration:
{ "mcpServers": { "pensum": { "command": "pensum", "args": ["mcp-serve"], "env": { "PENSUM_VAULT": "/path/to/your/vault" } } }}