Skip to main content
Glama

Python Codebase Analysis RAG System

by shervinemp
docker-compose.yml598 B
services: weaviate: command: - /bin/weaviate - --host - 0.0.0.0 - --port - '8080' - --scheme - http image: cr.weaviate.io/semitechnologies/weaviate:1.30.0 # Downgrade Weaviate version ports: - 8080:8080 - 50051:50051 restart: on-failure:5 environment: QUERY_DEFAULTS_LIMIT: "25" AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: "true" PERSISTENCE_DATA_PATH: "/var/lib/weaviate" DEFAULT_VECTORIZER_MODULE: "none" CLUSTER_HOSTNAME: "node1" volumes: - weaviate_data:/var/lib/weaviate volumes: weaviate_data:

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/shervinemp/CodebaseMCP'

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