Skip to main content
Glama
ariesanhthu

VNStock MCP Server

by ariesanhthu
docker-compose.streamable-http.yml808 B
version: '3.8' services: vnstock-mcp-server: build: context: . dockerfile: Dockerfile container_name: vnstock-mcp-server-http ports: - "8000:8000" environment: - TRANSPORT=streamable-http command: vnstock-mcp-server --transport streamable-http restart: always healthcheck: test: ["CMD", "pgrep", "-f", "vnstock-mcp-server"] interval: 30s timeout: 10s retries: 3 start_period: 40s deploy: resources: limits: cpus: '1' memory: 512M reservations: cpus: '0.5' memory: 256M networks: - vnstock-network logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: vnstock-network: driver: bridge

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/ariesanhthu/mcp-server-vietnam-stock-trading'

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