mcp-registry
MCP server registry, auto-discovery, configuration, custom server development guide
npx skills add vibeeval/vibecosystem --skill mcp-registry --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MCP Registry & Auto-Discovery ## MCP Nedir? Model Context Protocol (MCP) - Claude'un dis sistemlerle (DB, API, browser, dosya sistemi) iletisim kurmasini saglayan standart protokol. ## Kurulu MCP Server'lar Kontrol: `~/.mcp.json` dosyasini oku. ```bash # Mevcut durumu gor cd ~/.claude && python3 scripts/mcp/registry.py status ``` ## Proje Icin MCP Onerisi ```bash # Proje dizinindeki dosyalara gore oneri al cd ~/.claude && python3 scripts/mcp/registry.py recommend /path/to/project # Tum registry'yi gor cd ~/.claude && python3 scripts/mcp/registry.py list ``` ## Bilinen MCP Server'lar ### Resmi (Anthropic / MCP) | Server | Kullanim | Sinyal Dosyalari | |--------|---------|-----------------| | github | GitHub API (repo, issue, PR) | .github/, .git/ | | filesystem | Dosya sistemi erisimi | * | | postgres | PostgreSQL DB | schema.prisma, *.sql, migrations/ | | sqlite | SQLite DB | *.db, *.sqlite | | docker | Docker yonetimi | Dockerfile, docker-compose.yml | | puppeteer | Browser otomasyon | playwright.config.*, cypress.config.* | | brave-search | Web arama | - | | chrome-devtools | Browser debug | next.config.*, vite.config.* | | kubernetes | K8s cluster | k8s/, kustomization.yaml |
- MCP Nedir?
- Kurulu MCP Server'lar
- Proje Icin MCP Onerisi
- Bilinen MCP Server'lar
- Resmi (Anthropic / MCP)
- 3rd Party (Kurulu)
- ~/.mcp.json Konfigurasyonu
- Ornek: GitHub MCP Ekleme
- Ornek: PostgreSQL MCP
- Ozel MCP Server Yazma
- Minimal Python MCP Server
- Minimal TypeScript MCP Server
- mcp.json'a Ekleme
- MCP Debug & Troubleshooting
Mevcut durumu gor
cd ~/.claude && python3 scripts/mcp/registry.py status
Proje dizinindeki dosyalara gore oneri al
cd ~/.claude && python3 scripts/mcp/registry.py recommend /path/to/project
Tum registry'yi gor
cd ~/.claude && python3 scripts/mcp/registry.py list
echo '{"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{}},"id":1}' | npx -y @modelcontextprotocol/server-github 2>/dev/null
Claude Code MCP loglarini gor
ls ~/.claude/logs/mcp*.log 2>/dev/null
cd ~/.claude && python3 scripts/mcp/registry.py recommend . # OneriWhat does the mcp-registry skill do?
MCP server registry, auto-discovery, configuration, custom server development guide
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill mcp-registry --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
