Skip to main content
Glama

Scratchpad MCP

by pc035860
layout.htmlโ€ข765 B
<!DOCTYPE html> <html lang="zh-TW"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{title}} - Workflow Viewer</title> <link rel="stylesheet" href="/static/css/themes.css"> <link rel="stylesheet" href="/static/css/main.css"> <link rel="stylesheet" href="/static/css/syntax-highlight.css"> {{additionalHead}} </head> <body> <header class="header"> <h1><a href="/">๐Ÿ“‹ Workflow Viewer</a></h1> </header> <main class="main"> {{content}} </main> <script src="/static/js/main.js"></script> <script src="/static/js/workflow-editor.js"></script> <script src="/static/js/viewer-controls.js"></script> <script src="/static/js/scratchpad-editor.js"></script> </body> </html>

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