Skip to main content
Glama
README_DB.md525 B
# Database Setup and Migrations ## Prerequisites - PostgreSQL running locally and database `mcp_server` created - Set `DATABASE_URL` in `.env` or environment ## Install Dependencies - Ensure pip is available in venv, or install globally: `python -m ensurepip --upgrade` - `pip install -e .` ## Initialize Alembic (already added) - `alembic init` already configured in repo ## Generate Initial Migration - `alembic revision --autogenerate -m "create oauth_tokens table"` ## Apply Migration - `alembic upgrade head`

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/bernerspace/bernerspace'

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