Skip to main content
Glama

TinyDB MCP Server

by ElSrJuez
docker-compose.yml439 B
services: emcipi: image: python:3.13 container_name: tinydb-emcipi working_dir: /app volumes: - ./:/app - ./config:/app/config - ./logs:/app/logs - ./sandbox/db:/app/sandbox/db - ./sandbox/dbschema:/app/sandbox/dbschema command: >- sh -c "pip install --no-cache-dir -r requirements.txt && python -m main" environment: PYTHONUNBUFFERED: "1" ports: - "8000:8000"

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/ElSrJuez/tinydb-emcipi'

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