Skip to main content
Glama
chroma.ts290 B
/** * Chroma Configuration * * This file contains configuration constants for Chroma vector database. */ import dotenv from 'dotenv'; // Load environment variables dotenv.config(); // Chroma configuration export const CHROMA_URL = process.env.CHROMA_URL || 'http://localhost:8000';

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/hadv/wisdomforge'

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