Bootstrap project template tailored for Cursor and the MCP server at https://github.com/nicksinx/cursor-ai-task-mcp-server-updated
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bootstrap": {
"command": "npx",
"args": [
"-y",
"nicksinx/bootstrap"
]
}
}
}
Run in terminal:
claude mcp add bootstrap npx -y nicksinx/bootstrap
Add to .cursor/mcp.json:
{
"mcpServers": {
"bootstrap": {
"command": "npx",
"args": [
"-y",
"nicksinx/bootstrap"
]
}
}
}