Back to Browse

Url Manager MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Agent-first bookmark management with auto-registration, categories, tags, and shared collections.

About

Agent-first bookmark management with auto-registration, categories, tags, and shared collections.

Security Report

5.2
Moderate5.2Moderate Risk

URL Manager MCP is a well-structured bookmark management server with proper authentication via bearer tokens and appropriate scope for its purpose. The codebase demonstrates good security practices including dynamic auth headers, input validation for batch operations, and proper error handling. One finding regarding environment variable exposure in error messages and a note about token rotation best practices, but these are minor concerns. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

4 files analyzed · 10 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:

URL Manager API endpointOptional

Environment variable: FOOTPRINTS_ENDPOINT

URL Manager API token. Leave empty for agent-first auto-registration.Required

Environment variable: FOOTPRINTS_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-piccolo123-url-manager-mcp": {
      "env": {
        "FOOTPRINTS_TOKEN": "your-footprints-token-here",
        "FOOTPRINTS_ENDPOINT": "your-footprints-endpoint-here"
      },
      "args": [
        "url-manager-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!