Skip to main content
Glama

Anytype MCP Server

by cryptonahue
docker-compose.yml•845 B
version: '3.8' services: anytype-mcp: build: context: . dockerfile: Dockerfile container_name: anytype-mcp-server restart: unless-stopped environment: - ANYTYPE_API_KEY=${ANYTYPE_API_KEY} - ANYTYPE_BASE_URL=${ANYTYPE_BASE_URL:-http://host.docker.internal:31009} - NODE_ENV=production env_file: - .env network_mode: host volumes: - ./logs:/app/logs healthcheck: test: ["CMD", "pnpm", "--version"] interval: 30s timeout: 10s retries: 3 start_period: 40s deploy: resources: limits: memory: 512M cpus: '0.5' reservations: memory: 256M cpus: '0.25' # Uncomment if using external network # networks: # anytype-network: # external: true volumes: logs: driver: local

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/cryptonahue/mcp-anytype'

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