📦
Directory
directory for Awesome MCP Servers
0 installs
Trust: 64 — Good
Files
Ask AI about Directory
Powered by Claude · Grounded in docs
I know everything about Directory. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Directory
a directory for Awesome MCP Servers.
live preview: https://mcp.so

Quick Start
- clone the repo
git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory
- install dependencies
pnpm install
- prepare database
create a database with Supabase
run the sql file in data/install.sql
- 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"
- run the dev server
pnpm dev
- preview the site
open http://localhost:3000 in your browser
