Agent skill · Backend & API

mcp-registry

MCP server registry, auto-discovery, configuration, custom server development guide

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill mcp-registry --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/mcp-registry/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 |

What's inside
Steps it walks through
  1. MCP Nedir?
  2. Kurulu MCP Server'lar
  3. Proje Icin MCP Onerisi
  4. Bilinen MCP Server'lar
  5. Resmi (Anthropic / MCP)
  6. 3rd Party (Kurulu)
  7. ~/.mcp.json Konfigurasyonu
  8. Ornek: GitHub MCP Ekleme
  9. Ornek: PostgreSQL MCP
  10. Ozel MCP Server Yazma
  11. Minimal Python MCP Server
  12. Minimal TypeScript MCP Server
  13. mcp.json'a Ekleme
  14. MCP Debug & Troubleshooting
Commands it runs
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 .  # Oneri
More from vibecosystem
All skills →
About this skill
What 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.

Keep going