the-pudim-blueprint-prompts
MCP server, enabling seamless integration with Cursor for enhanced development workflow.
1.6K
A Docker image for the MCP server that powers the Blueprint Prompts project. This image allows you to run the server locally, enabling seamless integration with Cursor for enhanced development workflows.
To use the Docker Hub image, run:
docker run \
--rm -p 9000:9000 \
luismachadoreis/the-pudim-blueprint-prompts
To run the server using a specific branch (e.g., feature/mcp-server-to-call-prompts):
docker run \
--rm -p 9000:9000 \
-e PROMPTS_BRANCH=feature/mcp-server-to-call-prompts \
luismachadoreis/the-pudim-blueprint-prompts
Once the server is running, you can install it in Cursor using:
npx mcp-install http://localhost:9000/sse
This will connect your local Cursor instance to the running MCP server.
For more details, visit the GitHub repository.
Content type
Image
Digest
sha256:d8c02c42e…
Size
105.7 MB
Last updated
6 months ago
docker pull luismachadoreis/the-pudim-blueprint-prompts