project-memory-mcp

MCPReference

by 1318176013

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcphybrid

MCP configuration

stdio

Environment

  • DATABASE_URLrequired

    PostgreSQL connection string (required).

  • EMBEDDING_MODEL

    Embedding model name (default: text-embedding-3-small).

  • DATABASE_POOL_MAX

    Max PostgreSQL pool connections (default: 10).

  • EMBEDDING_API_KEYrequiredsecret

    API key for the OpenAI-compatible embedding service.

  • EMBEDDING_BASE_URL

    Base URL for the embedding API (default: https://api.example.com/v1).

  • EMBEDDING_BATCH_SIZE

    Batch size for embedding requests (default: 64).

  • EMBEDDING_DIMENSIONS

    Embedding vector dimensions (default: 1536).

  • PROJECT_MEMORY_HTTP_HOST

    HTTP server host (default: 127.0.0.1).

  • PROJECT_MEMORY_HTTP_PORT

    HTTP server port (default: 8788).

  • PROJECT_MEMORY_HTTP_TOKENsecret

    Bearer token for REST endpoints (optional).

  • EMBEDDING_REQUEST_TIMEOUT_MS

    Timeout for embedding API calls in ms (default: 30000).

  • DATABASE_POOL_IDLE_TIMEOUT_MS

    Idle client eviction timeout in ms (default: 30000).

  • PROJECT_MEMORY_PROJECT_CONFIG

    Path to project config JSON file (optional).

  • PROJECT_MEMORY_SERVICE_CONFIG

    Path to service config JSON file (optional).

  • DATABASE_POOL_CONNECTION_TIMEOUT_MS

    Connection timeout in ms (default: 10000).

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.