Skip to main content
Glama
bobmatnyc

MCP Memory Service - TypeScript

by bobmatnyc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level for the server. Options: debug, info, warn, errorinfo
MCP_DEBUGNoSet to 1 to enable detailed MCP protocol debugging
TURSO_URLYesThe URL for your Turso database (e.g., libsql://your-database.turso.io)
OPENAI_API_KEYYesYour OpenAI API key used for generating vector embeddings
CLERK_SECRET_KEYNoClerk secret key for authentication in remote/web mode
GOOGLE_CLIENT_IDNoGoogle Cloud Client ID for Google Contacts/Calendar integration
TURSO_AUTH_TOKENYesYour Turso database authentication token
DEFAULT_USER_EMAILNoThe default user email used for memory context and identification
GOOGLE_REDIRECT_URINoThe redirect URI for Google OAuth callback
GOOGLE_CLIENT_SECRETNoGoogle Cloud Client Secret for Google Contacts/Calendar integration
ENABLE_EMBEDDING_MONITORNoEnables background monitoring for automatic embedding updatestrue
EMBEDDING_MONITOR_INTERVALNoThe interval in milliseconds to check for embedding updates60000
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYNoClerk publishable key for authentication in remote/web mode

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/bobmatnyc/mcp-memory-ts'

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