AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Registry

mcp-vemonet-mcp-registry Β· by vemonet

πŸ”Œ Unofficial web app to browse the official registry for Model Context Protocol (MCP) servers.

β€” No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add mcp-vemonet-mcp-registry

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No issues found. Passed automated security review. Β· v0.1.0 How review works β†’

  • βœ“ Prompt-injection patterns
  • βœ“ Secret / credential exfiltration
  • βœ“ Dangerous shell & filesystem operations
  • βœ“ Untrusted network calls
  • βœ“ Known-malicious package signatures

What it can access

  • βœ“ Network access No
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-vemonet-mcp-registry)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
β—‹ 7mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work β†’
Are you the author of Mcp Registry? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

πŸ”Œ MCP registry UI

[](https://github.com/vemonet/mcp-registry/actions/workflows/deploy.yml)

Unofficial web UI to browse the official registry for Model Context Protocol (MCP) servers available at vemonet.github.io/mcp-registry.

This web app lets you find available MCP servers, and easily install them into compatible clients such as Visual Studio Code or Cursor.

  • 🌍 Access all MCP servers published to the official MCP registry
  • πŸ”Ž Search by server name, and filter by last published date. Or enable the client-side index to filter by server type (packages. remote) and search in descriptions.
  • 🏷️ Browse the published versions of a server
  • βš™οΈ Configure MCP servers installation through a user-friendly form
  • πŸ“₯ Install MCP servers into compatible clients in 1 click (VSCode and Cursor)
  • 🧩 Build a stack from selected MCP servers, and export to VSCode or Cursor mcp.json
  • πŸ”Œ Point the web UI at any compatible registry URL
  • 🦊 Runs entirely in the browser, and fetches data directly from registry.modelcontextprotocol.io

πŸ“₯ Installation

Install dependencies:

npm i

⚑️ Start server in development

Start the development server at http://localhost:5173

npm run dev

> [!TIP] > > Create new UI components with shadcn/ui > > ``sh > npx shadcn@latest add button > ``

🧹 Format, lint and check types

Format and lint with prettier and eslint:

npm run fmt

Check types with TypeScript:

npm run typecheck

> [!NOTE] > > Formatting and type checking will be run automatically when you commit with husky and lint-staged.

⏫ Upgrade dependencies

Upgrade dependencies to the latest versions listed in package.json:

npm run upgrade

πŸ“¦ Building for Production

Create a production build:

npm run build

> [!TIP] > > Test it with: > > ``sh > cp -R dist dist/mcp-registry > npx http-server dist -o mcp-registry > ``

> [!NOTE] > > If you're familiar with deploying Node applications, the built-in app server is production-ready. Deploy the dist folder.

🏷️ New release

Choose the bump type: patch, minor, major

npm version patch

βœ… To do

  • [ ] Support mcpb, e.g. agent-payment-mcp or touchdesigner-mcp-server
  • [ ] Support variables in environmentVariables, e.g. Knapcode.SampleMcpServer

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source β€” we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.