mcpso

directory for Awesome MCP Servers

GitHub Stars

1,871

User Rating

Not Rated

Favorites

0

Views

3

Forks

163

Issues

24

README
MCP Directory

a directory for Awesome MCP Servers.

live preview: https://mcp.so

preview

Quick Start
  1. clone the repo
git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory
  1. install dependencies
pnpm install
  1. prepare database

create a database with Supabase

run the sql file in data/install.sql

  1. set env variables

put a .env file in the root directory

with env variables:

SUPABASE_URL=""
SUPABASE_ANON_KEY=""

NEXT_PUBLIC_WEB_URL="http://localhost:3000"
  1. run the dev server
pnpm dev
  1. preview the site

open http://localhost:3000 in your browser

Community
About the author
Author Information

0

Followers

0

Repositories

0

Gists

0

Total Contributions

Related MCPs
rollbar-mcp-server logo

Pre-release - Model Context Protocol server for Rollbar

TypeScript
Awesome-MCP-ZH logo

MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

fastmcp logo

A TypeScript framework for building MCP servers.

TypeScript