Back to Browse

Me MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

About

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

Security Report

4.2
Use Caution4.2High Risk

mcp-me is a well-structured personal profile MCP server with strong privacy-first design and no hardcoded credentials. The codebase demonstrates solid security practices for handling user data locally. Minor quality concerns around broad exception handling in some generators and lack of input validation in a few edge cases prevent a higher score, but these do not constitute security vulnerabilities. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

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

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

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:

Path to your profile directory (overrides default ~/.mcp-me)Optional

Environment variable: MCP_ME_PROFILE_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-paladini-mcp-me": {
      "env": {
        "MCP_ME_PROFILE_DIR": "your-mcp-me-profile-dir-here"
      },
      "args": [
        "-y",
        "mcp-me"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!