Skip to main content
Glama

MCP Memory Service

#!/bin/bash # Setup script for git merge drivers # Run this once after cloning the repository echo "Setting up git merge drivers for uv.lock..." # Configure the uv.lock merge driver git config merge.uv-lock-merge.driver './scripts/uv-lock-merge.sh %O %A %B %L %P' git config merge.uv-lock-merge.name 'UV lock file merge driver' # Make the merge script executable chmod +x scripts/uv-lock-merge.sh echo "✓ Git merge drivers configured successfully!" echo " uv.lock conflicts will now be resolved automatically"

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