Back to Browse

Mcpvault MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.

About

Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-coburn2716-mcpvault": {
      "args": [
        "-y",
        "mcpvault-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MCPVault MCP Server

Search, inspect, and submit MCP servers from your AI agent. MCPVault exposes more than 18,000 records with evidence-labelled grades, freshness, verification, install, and compatibility data.

MCPVault


Install

No installation required. Run directly with npx:

npx -y mcpvault-mcp

Or install globally:

npm install -g mcpvault-mcp

Client Configuration

Claude Desktop

Add to claude_desktop_config.json (typically ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "mcpvault": {
      "command": "npx",
      "args": ["-y", "mcpvault-mcp"]
    }
  }
}

Claude Code

claude mcp add mcpvault -- npx -y mcpvault-mcp

Cursor

Add to your MCP configuration in Cursor settings:

{
  "mcpServers": {
    "mcpvault": {
      "command": "npx",
      "args": ["-y", "mcpvault-mcp"]
    }
  }
}

Tools

search_mcp_servers

Search the MCPVault directory by keyword, category, or status.

Parameters:

ParameterTypeRequiredDescription
querystringYesSearch term, e.g. "postgres", "file system"
categorystringNoFilter by category, e.g. "Databases", "DevTools"
statusstringNoFilter by status: verified, claimed, or stale
limitnumberNoResults to return (default 10, max 30)

Example prompts:

  • "Find me a working postgres MCP server"
  • "Search for MCP servers in the DevTools category with status verified"
  • "What MCP servers are available for file system access?"

get_mcp_server

Retrieve full details for a specific server by its MCPVault slug.

Parameters:

ParameterTypeRequiredDescription
slugstringYesMCPVault slug visible in the listing URL: mcpvault.io/servers/<slug>

Returns: name, description, grade, status, verification date, GitHub repo, stars, license, client compatibility, topics, tool list, and listing URL.

Example prompts:

  • "Get details for the github MCP server"
  • "What clients does the postgres-mcp server support?"

get_install_command

Get the install command for a specific MCP server.

Parameters:

ParameterTypeRequiredDescription
slugstringYesMCPVault slug for the server

Returns the recorded install command and a link to the listing page. If no install command is on record, points to the listing for manual setup instructions.

Example prompts:

  • "How do I install the github MCP server?"
  • "What is the install command for filesystem-mcp?"

submit_mcp_server

Submit a GitHub repository to MCPVault as a new MCP server listing. If you find an MCP server on GitHub that is not yet in MCPVault, use this tool to add it. The repository is validated against the MCPVault plausibility gate (the repo name, description, or topics must mention "mcp" or "model context protocol"). Rate limited to 5 submissions per client per day.

Parameters:

ParameterTypeRequiredDescription
repo_urlstringYesFull GitHub repository URL, e.g. https://github.com/owner/repo

Responses:

  • Submitted successfully: returns the listing URL and a note that the owner can claim it at mcpvault.io/claim.
  • Already listed: returns the existing listing URL.
  • Not an MCP server: explains what the plausibility gate checks.
  • Rate limited: try again tomorrow.

Example prompts:


Evidence and limitations

  • verified means MCPVault completed a live MCP handshake at the recorded time. It is not a security audit.
  • Grades summarize repository activity, maintenance, documentation, and reliability signals. They are not sold and do not guarantee safety.
  • stale means the maintainer has not claimed the imported record. It does not mean the software is abandoned.
  • Install commands and compatibility data come from public metadata and maintainer edits. Review the linked repository before running third-party code.
  • This server sends search and submission requests to https://mcpvault.io. It does not read local files, credentials, prompts, or client conversations.

Support and security

For usage help, open an issue or contact hello@mcpvault.io. For a security concern, do not include secrets in a public issue. Email the same address with SECURITY in the subject.

See CHANGELOG.md for release notes.

About MCPVault

MCPVault is an independent directory of more than 18,000 MCP server records. Public evidence is labelled by source and timestamp. Claimed records are maintainer-controlled; verified records have passed a live MCP handshake.

Browse at mcpvault.io.


License

MIT. See LICENSE.

Reviews

No reviews yet

Be the first to review this server!