Skip to main content
Glama

Ultimate MCP Coding Platform

README.md1.77 kB
# Ultimate MCP CLI This package provides a cross-platform installer and runtime manager for the Ultimate MCP stack. > Current release: **v0.1.1** – adds configurable host ports and Neo4j password validation so deployments work on shared machines without manual edits. ```bash npx @ultimate-mcp/cli init my-ultimate-mcp cd my-ultimate-mcp npx @ultimate-mcp/cli start ``` ## Commands - `ultimate-mcp init [directory]` – scaffold a deployment directory, generate secrets, and write a Docker Compose stack. - `ultimate-mcp start` – launch the stack via Docker Compose and wait for the backend health check. - `ultimate-mcp stop` – stop all containers and clean up resources. - `ultimate-mcp upgrade` – pull the latest images and restart the stack. The CLI stores generated secrets in `.env` (chmod `0600`) and uses Docker Compose for easy orchestration. The default configuration pulls published backend/frontend images; add `--local-images` when working directly from the source tree and you prefer local builds. ### Initialization options - `--backend-port`, `--frontend-port`, `--neo4j-http-port`, `--neo4j-bolt-port` – change the host-side ports (stored in `.env` for future commands); defaults match v0.1.1. - `--backend-image`, `--frontend-image` – override container image references. - `--neo4j-password` – reuse an existing password (must include letters and numbers and be at least 12 characters). - `--local-images` – build backend/frontend from source (requires `backend/` and `frontend/` next to the deployment directory). > **Registry access:** The default images live on `ghcr.io/ultimate-mcp/`. Run `docker login ghcr.io` with a token that has `read:packages`, or use `--local-images` from a repo checkout to build everything locally.

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/Senpai-Sama7/Ultimate_MCP'

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