GitHub Stars
1,871
User Rating
Not Rated
Favorites
0
Views
8
Forks
163
Issues
24
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
pnpm: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/chatmcp/mcpso.git
cd mcpso
2. Install Dependencies
bash
pnpm install
3. Prepare Database
Create a database with Supabase and run the SQL file indata/install.sql
.
4. Set Environment Variables
Create a.env
file in the root directory and set the following environment variables:
env
SUPABASE_URL=""
SUPABASE_ANON_KEY=""
NEXT_PUBLIC_WEB_URL="http://localhost:3000"
5. Run the Development Server
bash
pnpm dev