Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:0_ide:kilocode_vscode [2026/07/06 15:49] – td | programming:0_ide:kilocode_vscode [2026/07/09 11:34] (current) – [pdf-reader mcp for vscode] td | ||
|---|---|---|---|
| Line 163: | Line 163: | ||
| " | " | ||
| } | } | ||
| + | ### pdf-reader mcp for vscode | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | A PDF Reader MCP (Model Context Protocol) server is an integration that allows AI agents and IDEs (like Claude or VS Code) to securely read, search, and extract data from PDF files without token-heavy context dumping. It solves large PDF limitations by converting binary documents into structured, searchable evidence.Advanced implementations like SylphxAI/ | ||
| + | |||
| + | npm install -g @sylphx/ | ||
| + | |||
| + | #### Kilo agent config | ||
| + | |||
| + | | ||
| + | |||
| + | |||
| + | ```JSON | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | "/ | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | "/ | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | }, | ||
| + | |||
| + | |||
| + | ``` | ||
| ## PDF reader MCP | ## PDF reader MCP | ||
| * https:// | * https:// | ||