Back to Browse

Allmcps Server MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search, browse, and submit MCP servers to the AllMCPs.com directory.

About

Search, browse, and submit MCP servers to the AllMCPs.com directory.

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server that acts as a stdio bridge to a remote AllMCPs endpoint. The code is clean with proper error handling, no hardcoded secrets, and permissions are appropriate for its purpose (network access to a single documented remote endpoint). A minor quality issue around error handling in the remote call path and lack of input validation on the environment variable do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 5 issues 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.

env_vars

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

What You'll Need

Set these up before or after installing:

Override the remote AllMCPs MCP endpoint this package bridges to.Optional

Environment variable: ALLMCPS_MCP_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jackalope-dev-allmcps-server": {
      "env": {
        "ALLMCPS_MCP_URL": "your-allmcps-mcp-url-here"
      },
      "args": [
        "-y",
        "allmcps-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!