mcpso

directory for Awesome MCP Servers

GitHub Stars

1,871

User Rating

Not Rated

Favorites

0

Views

8

Forks

163

Issues

24

Installation
Difficulty
Intermediate
Estimated 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 in data/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

6. Preview the Site

Open [http://localhost:3000](http://localhost:3000) in your browser.
Author Information

0

Followers

0

Repositories

0

Gists

0

Total Contributions