An open API service indexing awesome lists of open source software.

https://github.com/khasky/mcp-servers-directory

Static directory for discovering and installing MCP servers
https://github.com/khasky/mcp-servers-directory

ai context mcp model protocol servers

Last synced: 22 days ago
JSON representation

Static directory for discovering and installing MCP servers

Awesome Lists containing this project

README

          

# MCP Servers Directory

Pick an MCP server that fits your workflow. Copy the config. Get back to building.

## Development

```bash
npm install
npm run dev
```

Build production assets (catalog JSON + Astro + Pagefind):

```bash
npm run build
```

Optional catalog tweaks (hide entries, override titles) live in `config/overrides.json` and are applied by `npm run build:data`.