Back to Home
boykush icon

scraps

Verified Safe

by boykush

Overview

A local CLI tool and Model Context Protocol (MCP) server for managing interconnected Markdown documentation, enabling static site generation, searching, templating, and AI assistant integration for knowledge base interaction.

Installation

Run Command
scraps mcp serve

Security Notes

The server operates as a local CLI tool, primarily interacting with user-controlled project directories. Path handling uses `std::path::PathBuf::join` and `strip_prefix`, which are robust against path traversal when combining trusted base paths with relative user input. External `git` commands are executed but scoped to the project directory. The HTTP server (`serve` command) and MCP server (`mcp serve` command) expose local services, which are typically safe within a local execution context. No `eval` or hardcoded sensitive credentials were found. The main security consideration is the inherent risk of any local CLI tool if a user is coerced into running it with a maliciously crafted `project_path`.

Similar Servers

Stats

Interest Score41
Security Score8
Cost ClassLow
Avg Tokens500
Stars36
Forks3
Last Update2025-12-03

Tags

DocumentationStatic Site GeneratorCLI ToolMarkdownAI Integration