personal brand mcp for Cursor
io.github.closermethod/personal-brand-mcp
Positioning framework, per-platform bio auditing, 4-pillar content system, growth-signal reads.
client:Cursor
transport:stdio
runtime:npm
Install personal brand mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"personal-brand-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"personal-brand-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs