Directory
Is this MCP server safe to install?
Connecting an MCP server is a privilege grant that looks like editing a config file. Each entry below sets out what a server can actually reach, what a prompt injection through it would achieve, and the smallest set of restrictions that contains it.
what this directory is
These are capability profiles, compiled by hand from each publisher's own documentation. They describe what a server is designed to do, stated in security terms, with sources on every page.
They are not Vincosha Assayscan verdicts. We have not published a scan for any third-party server listed here, and every entry says so. Publishing an invented security verdict about somebody else's software would be both wrong and dangerous, so that space stays empty until there is real data to put in it.
12 / 12 servers
Nothing matches that. Try a different term or clear the filter.
- Developer platformsfirst-party
GitHub MCP Server
GitHub's official MCP server: repositories, issues, pull requests, Actions and code scanning, available locally or as a hosted remote server.
local · remote · not yet assessed
- Filesystem & codefirst-party
Filesystem MCP Server
The reference MCP server for local file access: read, write, edit, move and search files inside directories you explicitly allow.
local · not yet assessed
- Browser & webfirst-party
Fetch MCP Server
The reference MCP server for retrieving web content and converting it to Markdown for model consumption — and the classic injection entry point.
local · not yet assessed
- Filesystem & codefirst-party
Git MCP Server
The reference MCP server for local Git repositories: read history, inspect diffs, stage changes and commit, without touching a remote platform.
local · not yet assessed
- Browser & webfirst-party
Playwright MCP Server
Microsoft's MCP server for browser automation, driving a real browser through Playwright's accessibility tree rather than screenshots.
local · not yet assessed
- Browser & webfirst-party
Chrome DevTools MCP Server
Google's MCP server exposing Chrome DevTools to an agent: performance traces, network requests, console output and live page inspection.
local · not yet assessed
- Observabilityfirst-party
Sentry MCP Server
Sentry's official MCP server for querying errors, issues and traces from an agent session, offered as a hosted remote server.
remote · local · not yet assessed
- Developer platformsfirst-party
Stripe MCP Server
Stripe's official MCP server for querying and operating payments infrastructure from an agent session, with a hosted remote endpoint.
remote · local · not yet assessed
- Data & databasesfirst-party
Supabase MCP Server
Supabase's MCP server for managing projects and querying Postgres from an agent, with documented read-only and project-scoping options.
local · not yet assessed
- Cloud & infrastructurefirst-party
Cloudflare MCP Servers
Cloudflare's family of hosted remote MCP servers covering documentation, Workers bindings, observability and account configuration.
remote · not yet assessed
- Developer platforms
Context7 MCP Server
An MCP server that retrieves current, version-specific library documentation into an agent session, reducing outdated-API hallucination.
remote · local · not yet assessed
- Productivityfirst-party
Memory MCP Server
The reference MCP server for persistent agent memory, storing entities and relations in a local knowledge graph across sessions.
local · not yet assessed
How to review any MCP server
The README tells you what a server is for. A review needs to establish what it can do, which is a different question, and four answers cover most of it.
What credentials does it need, and at what scope? This is the single most predictive signal. Over-permissioned credentials — an organisation-wide platform token, a live production key, a database role that bypasses row-level security — turn every other risk into a serious one. Most real incidents are a legitimate server holding a credential far broader than the task required.
Can it write, or only read? Read access is an exfiltration risk: whatever it reads enters the context window and travels wherever that session travels. Write access is a change-control risk, and where the write target is a build script, a git hook or a CI configuration it is also a persistence mechanism that outlives the session.
Does it reach the network, and where to? Egress is the exit in almost every agent attack chain. A server that both ingests untrusted content and can reach arbitrary hosts is the whole vulnerability in one connection.
Does it ingest attacker-writable text? Issue bodies, page content, application rows, error messages and customer-supplied fields are all outside your trust boundary and all read by the model as apparent instruction. A server whose purpose is to fetch or query is an injection entry point by design, not by accident.
Then enumerate the tools. A conformant server answers a tool-list request with every tool name, description and argument schema — and that enumeration, not the README, is the real capability manifest. It is also what silently changes underneath you, which is why capturing it at approval time and comparing it later is the control that catches a rug pull.
Frequently asked
- Why does this directory not rate servers as safe or unsafe?
- Because we have not scanned them, and a security verdict we did not earn would be worse than no verdict. What a page can honestly give you without a scan is a capability profile and hardening guidance — which is most of what a reviewer actually needs.
- Are official first-party servers safer than community ones?
- Publisher reputation reduces the risk of deliberate malice; it does nothing about over-permissioned credentials, which is where most real exposure comes from. A first-party server handed an organisation-wide token is more dangerous than a community server handed a read-only, project-scoped one.
- Should we prefer remote or local MCP servers?
- They trade risks. Remote servers keep untrusted code off the laptop and give you one revocable authorization point with declared scopes. Local servers keep your data on the machine but run somebody else's executable with your engineer's full permissions. Remote is usually easier to govern; local is usually easier to contain.
- How do we keep an inventory of connected servers?
- Not by asking. Connections are config-file edits on individual machines, so the reliable approach is distributing configuration centrally and verifying what each machine actually has — which is what a lockfile over agent artifacts is for.
Related
- What is an MCP server?The artifact class, its two deployment shapes, and how to enumerate what one can do.
- Tool poisoningMalicious instructions hidden in tool descriptions the user never sees.
- Rug pull attacksWhen a server changes behaviour after you approved it.
- AI surfacesWhich of your AI tools can connect to these servers, and what each can restrict.
Get a real assessment of your own connectors
Vincosha Assay scans the MCP manifests, skills, rules and hooks your organisation actually uses — before they reach a laptop — and quarantines what fails. Vincosha Registry pins the versions you approved so nothing changes silently.