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
- Host: GitHub
- URL: https://github.com/khasky/mcp-servers-directory
- Owner: khasky
- Created: 2026-03-23T23:57:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T01:55:24.000Z (3 months ago)
- Last Synced: 2026-03-25T01:44:40.714Z (3 months ago)
- Topics: ai, context, mcp, model, protocol, servers
- Language: TypeScript
- Homepage: https://khasky.github.io/mcp-servers-directory/
- Size: 408 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.