We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/simplenote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.local•303 B
# Local development environment variables
# Copy this file and customize as needed
# Simplenote credentials for testing (optional)
# SIMPLENOTE_EMAIL=your-email@example.com
# SIMPLENOTE_PASSWORD=your-password
# Development settings
SIMPLENOTE_OFFLINE_MODE=true
PYTHONPATH=.
# Logging
LOG_LEVEL=DEBUG