Skip to main content
Glama

Project Creator MCP

by jackalterman
README.md831 B
# Django Project This is a basic Django project template. ## Setup 1. Create a virtual environment: ```bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate ``` 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. Apply migrations: ```bash python manage.py migrate ``` 4. Run the development server: ```bash python manage.py runserver ``` ## Project Structure - `manage.py`: Django's command-line utility. - `{{project_name}}/`: The main project package. - `settings.py`: Project settings. - `urls.py`: Project URL declarations. - `wsgi.py`: WSGI configuration for deployment. - `asgi.py`: ASGI configuration for deployment. - `__init__.py`: Makes `{{project_name}}` a Python package.

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/jackalterman/project-creator-mcp'

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