Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Substack Server
Claim
by
michalnaka
GitHub
Browser Automation
JavaScript
2
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.vscode
.vscode/launch.json
.vscode/settings.json
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch MCP Server", "skipFiles": ["<node_internals>/**"], "program": "${workspaceFolder}/lib/index.mjs" } ] }