Mcp Skills Vault

security MCP Server

Claude Code skills for discovering, scoring, and installing MCP (Model Context Protocol) servers — registry-first with a seeded 100-tool database and a token-safe install path.

VerifiedInstall Ready
securitysecurity
1 views0 stars0 forksMIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @froggychips/mcp-vault

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-skills-vault": {
      "command": "npx",
      "args": [
        "@froggychips/mcp-vault"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

20
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (20)

Core

recommend by default

Concept

## Quick install (Ecosystem Intelligence) ```bash git clone https://github.com/froggychips/mcp-skills-vault.git mkdir -p ~/.claude/skills cp -r mcp-skills-vault/mcp-ecosystem-intelligence ~/.claude/skills/ ``` Then ask Claude something like: > _"Is there an MCP server for ClickHouse I should add to this project?"_ > _"Audit my MCP setup."_ > _"What MCP tools should I install for a Next.js app on Cloudflare?"_ The skill activates by description match. It will: 1. Read your project's manifests (`package.json`, `pyproject.toml`, …) to detect stack. 2. Look up the seeded `tools_database.json` first (30 vetted MCP servers across 14 categories). 3. Fall back to `registry.modelcontextprotocol.io` → aggregators → `gh search` only on cache miss. 4. Score candidates with [`scripts/calculate_health.cjs`](./mcp-ecosystem-intelligence/scripts/calculate_health.cjs). 5. **Verify** candidates: integrity hash, repository URL, install hooks, CVE advisories. 6. Recommend the best per category, with a copy-pasteable install command. 7. On your consent, **scan then install** by directly editing `~/.claude.json` (avoids `claude mcp add`, which prints bearer tokens to stdout). ## Security Every npm-based MCP server is validated before installation with [`scripts/verify_integrity.cjs`](./mcp-ecosystem-intelligence/scripts/verify_integrity.cjs). ```bash node mcp-ecosystem-intelligence/scripts/verify_integrity.cjs ```

20

10

Flag

Effect

Without

With

project_urls

n/a

Source

Endpoint

Experimental

mention only on ask

Score

Tier

Recommended

recommend with note

Deprecated

hide unless asked

Skill

Purpose

search

infra

Purpose

Status

readme

`modelcontextprotocol/servers` README

varies

none. Ever.

Ecosystem

Integrity

gh

`gh search repos --topic mcp-server / modelcontextprotocol`

Feature

Status

npm

`npm search mcp-server`