Stats
Actions
Tags
From mcp-server
Provides access to a local Scraps project directory specified by SCRAPS_PROJECT_PATH. Runs locally as a stdio subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"scraps": {
"command": "scraps",
"args": [
"mcp",
"serve"
],
"env": {
"SCRAPS_PROJECT_PATH": "${SCRAPS_PROJECT_PATH:-.}"
}
}
}
}Server configuration and connection parameters
scrapsCommand-line arguments passed to the server process
Environment variables set when the server starts
SCRAPS_PROJECT_PATH=${SCRAPS_PROJECT_PATH:-.}npx claudepluginhub boykush/scraps --plugin mcp-server