norolu frameworks for Cursor
io.github.noroshi-create/norolu-frameworks
Fill 3C / SWOT / MECE / OKR into your local file. Local-first, zero-trust strategy cockpit.
client:Cursor
transport:stdio
runtime:npm
Install norolu frameworks in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"norolu-frameworks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"norolu-frameworks-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs