Skip to main content
Glama

Scratchpad MCP

by pc035860
start-mcp.sh240 B
#!/bin/bash # Change to project directory to ensure correct paths cd "$(dirname "$0")" # Set environment variables (if needed) export SCRATCHPAD_DB_PATH="${SCRATCHPAD_DB_PATH:-./scratchpad.db}" # Start MCP server node dist/server.js "$@"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pc035860/scratchpad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server