Install
$ agentstack add mcp-vemonet-mcp-registry β scanned Β· β verified, works with Claude Code, Cursor, and more.
Security review
β PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 β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-mcportouchdesigner-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.
- Author: vemonet
- Source: vemonet/mcp-registry
- License: MIT
- Homepage: https://vemonet.github.io/mcp-registry
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.