luismachadoreis/the-pudim-blueprint-prompts

By luismachadoreis

Updated 6 months ago

MCP server, enabling seamless integration with Cursor for enhanced development workflow.

Image
Languages & frameworks
Developer tools
0

1.6K

luismachadoreis/the-pudim-blueprint-prompts repository overview

luismachadoreis/the-pudim-blueprint-prompts

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.

Features

  • Easy-to-use Docker image for running the MCP server.
  • Configurable to use different branches of the Blueprint Prompts project.
  • Simple installation process for connecting to Cursor.

Usage

Using the Docker Hub Image

To use the Docker Hub image, run:

docker run \
   --rm -p 9000:9000 \
   luismachadoreis/the-pudim-blueprint-prompts
Running with a Specific Branch

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
Installing on Cursor

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.

Documentation

For more details, visit the GitHub repository.

Tag summary

Content type

Image

Digest

sha256:d8c02c42e

Size

105.7 MB

Last updated

6 months ago

docker pull luismachadoreis/the-pudim-blueprint-prompts