Skip to main content
Glama

MCP Memory Service

import pytest import os import sys import tempfile import shutil # Add src directory to Python path sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'src')) @pytest.fixture def temp_db_path(): '''Create a temporary directory for ChromaDB testing.''' temp_dir = tempfile.mkdtemp() yield temp_dir # Clean up after test shutil.rmtree(temp_dir)

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