Skip to main content
Glama
1318176013

project-memory-mcp

by 1318176013

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesPostgreSQL connection string (required).
EMBEDDING_MODELNoEmbedding model name (default: text-embedding-3-small).text-embedding-3-small
DATABASE_POOL_MAXNoMax PostgreSQL pool connections (default: 10).10
EMBEDDING_API_KEYYesAPI key for the OpenAI-compatible embedding service.
EMBEDDING_BASE_URLNoBase URL for the embedding API (default: https://api.example.com/v1).https://api.example.com/v1
EMBEDDING_BATCH_SIZENoBatch size for embedding requests (default: 64).64
EMBEDDING_DIMENSIONSNoEmbedding vector dimensions (default: 1536).1536
PROJECT_MEMORY_HTTP_HOSTNoHTTP server host (default: 127.0.0.1).127.0.0.1
PROJECT_MEMORY_HTTP_PORTNoHTTP server port (default: 8788).8788
PROJECT_MEMORY_HTTP_TOKENNoBearer token for REST endpoints (optional).
EMBEDDING_REQUEST_TIMEOUT_MSNoTimeout for embedding API calls in ms (default: 30000).30000
DATABASE_POOL_IDLE_TIMEOUT_MSNoIdle client eviction timeout in ms (default: 30000).30000
PROJECT_MEMORY_PROJECT_CONFIGNoPath to project config JSON file (optional).
PROJECT_MEMORY_SERVICE_CONFIGNoPath to service config JSON file (optional).
DATABASE_POOL_CONNECTION_TIMEOUT_MSNoConnection timeout in ms (default: 10000).10000

Capabilities

Server capabilities have not been inspected yet.

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/1318176013/project-memory-mcp'

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