summd
v0.1.19
Published
CLI for sum.md — Sum anything, Deliver anywhere.
Readme
summd
CLI for sum.md — Sum anything, Deliver anywhere.
Auto-summarize what you save. Surface it as context — for humans, AI agents, or any tool in your workflow.
Install
npm i -g summdSetup
summd key sk-summd-xxxx # generate at sum.md/settingsUsage
summd add "Today I learned..."
cat notes.md | summd add --tag ai
summd search "React performance"
summd list --since 7d --tag ai
summd content <id> | pbcopyAI Agent (MCP + Skill)
Claude Code (recommended)
# 1. Install skill — tells Claude to proactively search and save
npx skills add https://sum.md -g
# 2. Register MCP server — gives Claude the tools to act
claude mcp add --transport http --scope user summd https://sum.md/mcpRestart Claude Code and authorize once in the browser. Claude will automatically search your knowledge base and save content without being asked.
Other MCP clients (API key)
{
"mcpServers": {
"summd": {
"type": "http",
"url": "https://sum.md/mcp",
"headers": { "Authorization": "Bearer sk-summd-xxxx" }
}
}
}Options
--key <token> API key
--base <url> Override base URL
--json Raw JSON output