Skip to content
Cursor

mcp-me for Cursor

io.github.paladini/mcp-me

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

client:Cursor transport:stdio runtime:npm

Install mcp-me in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-me": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-me"
      ],
      "env": {
        "MCP_ME_PROFILE_DIR": "<MCP_ME_PROFILE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-me in other clients