Amazon Q Custom Prompt MCP Server logo

Amazon Q Custom Prompt MCP Server

Community
fiet-kyo

this is prompt mcp for amazonq

Publisherfiet-kyo
Repositoryprompt-mcp
LanguageJavaScript
Forks
1
Stars
0
Available tools
0
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    Amazon Q Custom Prompt MCP Server exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 0 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    0 stars and 1 forks from the linked repository.

prompt-mcp

Amazon Q용 커스텀 프롬프트를 위한 MCP(Model Context Protocol) 서버입니다.

개요

이 MCP 서버는 Amazon Q에서 사용할 수 있는 커스텀 프롬프트를 관리하고 제공합니다. ~/.aws/amazonq/prompts/ 디렉토리에 저장된 마크다운 파일들을 읽어와 MCP 클라이언트에게 프롬프트로 제공합니다.

기능

  • 프롬프트 목록 조회: 저장된 모든 프롬프트 파일 목록을 반환
  • 프롬프트 내용 조회: 특정 프롬프트의 내용을 읽어와 반환
  • 자동 파일 감지: .md 확장자를 가진 파일들을 자동으로 프롬프트로 인식

설치 및 실행

방법 1: NPM 패키지 사용 (권장)

.npmrc 설정 (필수)

GitHub Packages에서 패키지를 설치하려면 .npmrc 파일 설정이 필요합니다:

bash
# 프로젝트 루트 또는 홈 디렉토리에 .npmrc 파일 생성
echo "@juvisdiet:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN" >> .npmrc

또는 글로벌 설정:

bash
npm config set @juvisdiet:registry https://npm.pkg.github.com
npm config set //npm.pkg.github.com/:_authToken YOUR_GITHUB_TOKEN

패키지 사용

bash
# MCP 설정에서 직접 사용
npx @juvisdiet/q-developer-commands

MCP 클라이언트 설정

json
{
  "mcpServers": {
    "prompt-mcp": {
      "command": "npx",
      "args": ["-y", "@juvisdiet/q-developer-commands"]
    }
  }
}

프롬프트 파일 구조

프롬프트 파일은 ~/.aws/amazonq/prompts/ 디렉토리에 .md 확장자로 저장됩니다.

파일 위치

~/.aws/amazonq/prompts/
├── development-rules.md
├── hello.md
└── pr.md

파일 형식

프롬프트 파일은 마크다운 형식으로 작성하며, YAML front matter가 있는 경우 자동으로 제거됩니다.

markdown
---
title: 예시 프롬프트
---

여기에 실제 프롬프트 내용을 작성합니다.

기술 스택

  • Node.js: JavaScript 런타임
  • @modelcontextprotocol/sdk: MCP 프로토콜 구현
  • ES Modules: 모던 JavaScript 모듈 시스템

에러 처리

  • 프롬프트 디렉토리가 존재하지 않는 경우 빈 목록 반환
  • 요청한 프롬프트 파일이 없는 경우 에러 메시지 반환
  • 파일 읽기 실패 시 적절한 에러 메시지 제공

라이선스

MIT License

Installation

TypingMind
Prerequisites:

Node.js 18+

{
  "mcpServers": {
    "prompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@juvisdiet/q-developer-commands"
      ]
    }
  }
}

Use Amazon Q Custom Prompt MCP Server MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once Amazon Q Custom Prompt MCP Server is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add Amazon Q Custom Prompt MCP Server as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the Amazon Q Custom Prompt MCP Server MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "amazon-q-custom-prompt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@juvisdiet/q-developer-commands"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the Amazon Q Custom Prompt MCP Server MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the Amazon Q Custom Prompt MCP Server MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Amazon Q Custom Prompt MCP Server to help me with this task?
Amazon Q Custom Prompt MCP Server
Sure. I read it.
Here is what I found using Amazon Q Custom Prompt MCP Server.

Frequently asked questions

What is the Amazon Q Custom Prompt MCP Server MCP server used for?

Amazon Q Custom Prompt MCP Server is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use Amazon Q Custom Prompt MCP Server MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use Amazon Q Custom Prompt MCP Server with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use Amazon Q Custom Prompt MCP Server MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Amazon Q Custom Prompt MCP Server connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect Amazon Q Custom Prompt MCP Server MCP to TypingMind?

Amazon Q Custom Prompt MCP Server runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does Amazon Q Custom Prompt MCP Server MCP provide in TypingMind?

Amazon Q Custom Prompt MCP Server exposes MCP capabilities that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use Amazon Q Custom Prompt MCP Server MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Amazon Q Custom Prompt MCP Server requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇