GitHub Stars
471
User Rating
Not Rated
Favorites
0
Views
77
Forks
55
Issues
14
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Start Gateway using Docker
bash
docker run --platform linux/amd64 -p 9090:9090 \
ghcr.io/centralmind/gateway:v0.2.18 start \
--connection-string "postgres://db-user:db-password@db-host/db-name?sslmode=require"
2. Verify Server Startup
Check that the server started successfully with the following information:shell
INFO Gateway server started successfully!
INFO MCP SSE server for AI agents is running at: http://localhost:9090/sse
INFO REST API with Swagger UI is available at: http://localhost:9090/
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Docker settings and the connection string.Additional Resources
9
Followers
6
Repositories
0
Gists
0
Total Contributions
MCpeg is a gateway for enabling Model Context Protocols, facilitating rapid collaboration with LLMs. It is currently in an experimental phase, meaning APIs and functionalities may change significantly. The documentation is geared towards developers, offering comprehensive guides on installation, configuration, and troubleshooting.
ChatGPT CLI is a versatile tool for interacting with LLMs through OpenAI, Azure, and other popular providers like Perplexity AI and Llama. It supports prompt files, history tracking, and live data injection via MCP (Model Context Protocol), making it ideal for both casual users and developers seeking a powerful, customizable GPT experience.