Skip to main content
Glama

Shared Knowledge MCP Server

by j5ik2o
docker-compose.yml555 B
version: '3.4' services: weaviate: image: semitechnologies/weaviate:1.24.1 ports: - "8080:8080" environment: QUERY_DEFAULTS_LIMIT: 25 AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true' DEFAULT_VECTORIZER_MODULE: 'none' # 外部埋め込みを使用するため volumes: - weaviate_data:/var/lib/weaviate restart: on-failure:0 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/v1/.well-known/ready"] interval: 10s timeout: 5s retries: 5 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/j5ik2o/shared-knowledge-mcp'

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