Skip to main content
Glama

MCP Memory Service

stop_service.sh196 B
#!/bin/bash echo "Stopping MCP Memory Service..." systemctl --user stop mcp-memory if [ $? -eq 0 ]; then echo "✅ Service stopped successfully!" else echo "❌ Failed to stop service" fi

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/doobidoo/mcp-memory-service'

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