knowuswell mcp for Cursor
io.github.ppop123/knowuswell-mcp
Host the KnowUsWell friendship quiz: 16 behaviour questions, four-letter roles, 16 pair types.
client:Cursor
transport:stdio
runtime:npm
Install knowuswell mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"knowuswell-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs