The easy portal to AI & MCP.
to.ci portal is the central hub for managing and accessing MCP services. This repo is the central repo of the portal to ease deployment of to.ci clones.
- Centralized access to MCP services
- User authentication and authorization
- Service discovery and management
- Integration with DARPEngine for MCP server search
- Modern web interface
# Clone the repository
git clone https://github.com/DARPAI/portal
cd portal
# Clone all the other repositories
git clone https://github.com/DARPAI/portal_backend/
git clone https://github.com/DARPAI/portal-gateway/
git clone https://github.com/DARPAI/darp_engine/ registry
git clone https://github.com/DARPAI/mailing-api/
git clone https://github.com/DARPAI/users-service/
git clone https://github.com/DARPAI/portal_frontend/
# Set up environment variables
cp .env.sample .env
# Edit .env with your configuration
# Start the services
python3 docker_compose.py up -d
portal_backend/
- Portal backendportal-gateway/
- Portal gatewayregistry/
- Registrymailing-api/
- Mailing APIusers-service/
- Users serviceportal_frontend/
- Portal frontend
- Start the services using
python3 docker_compose.py up -d
- Access the web interface at
http://localhost:3000
- Register and log in to access MCP services
- Connect to MCP servers through the registry
Refer to individual service READMEs for development instructions.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
Please feel free to connect with us using the discussion section.
The to.ci portal codebase is under MIT license.