Skip to main content
Glama

promptz.dev MCP Server

by cremich

promptz.dev MCP 서버

Amazon Q Developer에서 promptz.dev의 프롬프트에 직접 액세스하세요.

이 MCP 서버를 사용하면 복사-붙여넣기 없이 promptz.dev API에서 프롬프트에 액세스할 수 있으므로 개발 워크플로에서 컨텍스트 전환과 마찰이 줄어듭니다.

특징

promptz.dev MCP 서버는 두 가지 주요 기능을 제공합니다.

  1. 프롬프트 - 프롬프트를 검색하고 실행하는 실행 가능한 함수입니다.
  2. 규칙 - 프로젝트 규칙을 검색하고 다른 도구와 통합하여 작업 공간에 규칙을 추가/업데이트할 수 있는 실행 기능입니다.

사용 예

서버가 Amazon Q Developer에 연결되면 다음과 같은 자연어로 사용할 수 있습니다.

  • "JavaScript에 대한 CLI 프롬프트 검색"
  • "React 컴포넌트 문서"라는 프롬프트를 보여주세요.
  • "React Component Documentation 프롬프트를 사용하여 내 문서를 개선하세요"
  • "CDK 개발을 위한 프로젝트 규칙 찾기"
  • "내 작업 공간에 CDK 프로젝트 구조 프로젝트 규칙 추가"

설치

1단계: API 자격 증명 가져오기

  1. https://promptz.dev/mcp 로 이동합니다.
  2. API 키, API URL 또는 샘플 MCP 구성 스니펫과 같은 MCP 설정을 복사합니다.

2단계: MCP 서버 설치

~/.aws/amazonq/mcp.json 에 있는 Amazon Q Developer MCP 클라이언트 설정 파일을 엽니다.

옵션 1: npx 사용(권장)

서버를 사용하는 가장 쉬운 방법은 설치가 필요하지 않은 npx를 사용하는 것입니다.

  1. Amazon Q Developer MCP 클라이언트의 설정 파일에 다음 구성을 추가합니다.

지엑스피1

옵션 2: 로컬 설치
  1. 저장소를 복제합니다.
git clone https://github.com/cremich/promptz-mcp.git cd promptz-mcp
  1. 종속성을 설치하고 빌드합니다.
npm install npm run build
  1. MCP 클라이언트의 설정 파일에 다음 구성을 추가합니다.
{ "mcpServers": { "promptz.dev": { "command": "node", "args": ["/path/to/promptz-mcp/build/index.js"], "env": { "PROMPTZ_API_URL": "your-api-url-from-promptz.dev", "PROMPTZ_API_KEY": "your-api-key-from-promptz.dev" }, "disabled": false, "autoApprove": [] } } }

문제 해결

서버에 문제가 발생하는 경우:

  1. API 자격 증명이 올바른지 확인하세요
  2. MCP 클라이언트에서 서버가 올바르게 구성되었는지 확인하세요.
  3. ad ~/.promptz/logs/mcp-server.log 에 있는 로그에서 오류 메시지를 찾아보세요.
  4. 디버깅을 위해 MCP Inspector를 사용하세요.
# Run with environment variables PROMPTZ_API_URL="your-api-url" PROMPTZ_API_KEY="your-api-key" npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

개발

서버에 기여하거나 수정하고 싶은 분들을 위해:

# Install dependencies npm install # Build the server npm run build # For development with auto-rebuild npm run watch # Run tests npm test

보안 고려 사항

  • 이 서버는 프롬프트에 대한 읽기 액세스만 제공하며 쓰기 작업은 구현하지 않습니다.
  • API 자격 증명은 MCP 클라이언트의 구성 파일에 저장됩니다.
  • promptz.dev API와의 모든 통신은 HTTPS를 통해 이루어집니다.
  • 서버는 홈 디렉토리의 파일에 기록합니다(~/.promptz/logs/mcp-server.log)
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI 어시스턴트가 복사-붙여넣기 없이 promptz.dev API에서 프롬프트에 액세스할 수 있도록 하여 개발 워크플로에서 컨텍스트 전환을 줄입니다.

  1. 특징
    1. 사용 예
      1. 설치
        1. 1단계: API 자격 증명 가져오기
        2. 2단계: MCP 서버 설치
        3. 문제 해결
      2. 개발
        1. 보안 고려 사항

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A model context server that provides prompts that can be used as slash commands for clients like Zed Editor, in order to add page contents as context to the AI assistant.
            Last updated -
            11
            12
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A code ingestion tool that transforms your code into AI-optimized prompts instantly. Gather the relevant context with code2prompt under the hood. Learn more at code2prompt.dev
            Last updated -
            6,078
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            Provides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.
            Last updated -
            6
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
            Last updated -
            10
            Python
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/cremich/promptz-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server