we have a cracked team and rather than installing cursor rules (2K lines – split into chunks of 20 files) for type of instruction, language, area. These rules will frequently change based on contribution for diff things and some fine tuning.
So rather than everyone cloning cursor rules and every repo, I thought of creating MCP that vends out all rules, whenever users want they can invoke mcp command, cursor talks to it and then for that particular chat session cursor should adhere to the rules.
However, my concerns are
- is it possible to achieve this in a better way where I can still allow rules to evolve while not asking >100 devs to not update pull everytime a fine tuning is done.
- If there is no better option than MCP then is there a way to auto trigger mcp command on session start so that users don’t have to explicitly ask for rules server to vend out rules and set for current session. (though I am solving the fine-tuning and update issue, I am still not sure how to avoid this part)
Any help appreciated. Love.