Skip to main content
Glama

Lemonade Stand MCP Server

by jimmcq
claude_desktop_config.example.json•705 B
{ "mcpServers": { "lemonade-stand": { "command": "node", "args": [ "/path/to/Lemonade-Stand-MCP-Server/server.js" ] }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/directory" ] }, "github": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-github" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_1234567890abcdefghijklmnopqrstuvwxyz" } }, "memory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memory" ] } } }

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/jimmcq/Lemonade-Stand-MCP-Server'

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