← Back to Plugins
MCP Server MCP

mcp-me

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-me",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        },
        {
          "description": "Profile directory (defaults to ~/.mcp-me)",
          "type": "positional",
          "valueHint": "profileDir"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to your profile directory (overrides default ~/.mcp-me)",
          "format": "string",
          "name": "MCP_ME_PROFILE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...