Skip to main content
Glama

Workspace Code Search MCP Server

by LuotoCompany
docker-compose.yml490 B
version: '3.8' services: code-indexer: build: . ports: - "8978:8978" volumes: - ./chroma_db:/app/chroma_db # Persist ChromaDB data - ${PROJECTS_ROOT}:/projects # Mount projects root directory - ./container_cache:/root/.cache # Mount a cache folder into the container environment: - FASTMCP_PORT=8978 - PROJECTS_ROOT=/projects - FOLDERS_TO_INDEX=${FOLDERS_TO_INDEX} # Use env variable for folders restart: unless-stopped

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/LuotoCompany/cursor-local-indexing'

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