A collection of reusable prompts for use with the Shinkuro MCP server.
Configure your MCP client to use Shinkuro with this repository:
{
"mcpServers": {
"shinkuro": {
"command": "uvx",
"args": ["shinkuro"],
"env": {
"GIT_URL": "https://github.com/DiscreteTom/prompts.git",
"FOLDER": "prompts"
}
}
}
}See the prompts folder for all available prompts.