Back to Apps

Pluckr
by SarthakShrivastav-a
Local-first, agent-native documentation cache that pulls sites and repos into searchable markdown.
0 stars
Works in:Cursorzed
Exposes:Tools
What it does
Pluckr provides a high-performance, local-first documentation cache for LLM agents. It pulls content from websites, GitHub repositories, and local folders into a markdown-based SQLite FTS5 index, enabling agents to search and retrieve precise documentation snippets without expensive live browsing or context dumping.
Tools
search_docs: BM25 search across all subscribed documentation sources.get_page: Retrieve the full markdown content of a specific cached page.list_sources: View all subscribed sources and their sync status.get_outline: Generate a heading tree for a specific documentation source.add_source: Subscribe to a new website, repo, or local folder.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"pluckr": {
"command": "pluckr",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed for Claude Code, Cursor, Claude Desktop, Zed, and Cline.
Quick install
go install github.com/SarthakShrivastav-a/pluckr/cmd/pluckr@latestInformation
- Pricing
- free
- Published
- 7/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCursor
Add "pluckr": {"command": "pluckr", "args": ["mcp"]} to ~/.cursor/mcp.jsonClaude Desktop
{"mcpServers": {"pluckr": {"command": "pluckr", "args": ["mcp"]}}}





