strategy skills for Cursor
io.github.eterdis/strategy-skills
11 open strategy frameworks as AI-guided prompts for any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install strategy skills in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"strategy-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eterdis/strategy-skills-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs