MCP.so
ログイン
M

My Prompts Mcp

@vjik

My Prompts Mcp について

Lightweight MCP server for providing user prompts defined in Markdown with argument support.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

vjik

投稿者

Sergei Predvoditelev

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "my-prompts-mcp": {
      "command": "/path/to/my-prompts-mcp",
      "args": [
        "--path=/path/to/prompts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is My Prompts Mcp?

My Prompts Mcp is a lightweight MCP server that serves user prompts defined in Markdown files, with support for arguments. It is designed for users who want versioned, shareable prompts that can be easily updated across machines and teams.

How to use My Prompts Mcp?

Store your prompt Markdown files in a directory (e.g., a dedicated git repository or a folder in an existing one) and connect that directory to your AI client via this MCP server. No installation or configuration details are provided in the README beyond connecting the directory.

Key features of My Prompts Mcp

  • Serves user prompts defined in Markdown files.
  • Supports arguments in prompts.
  • Prompts are versioned via Git integration.
  • Shareable across machines and team members.
  • Lightweight MCP server.

Use cases of My Prompts Mcp

  • Centralize prompt management in a Git repository for team collaboration.
  • Synchronize prompts across multiple machines using the same repository.
  • Easily update prompts by editing Markdown files and committing changes.
  • Create dynamic prompts that accept arguments via the server.

FAQ from My Prompts Mcp

How are prompts defined?

Prompts are defined as Markdown files with optional arguments.

Can prompts be version controlled?

Yes, by keeping the Markdown files in a git repository, prompts become versioned and shareable.

What kind of arguments are supported?

The server supports arguments in prompts, but the README does not specify the argument format or syntax.

How do I connect my AI client to My Prompts Mcp?

Point your AI client to the directory containing your prompt Markdown files using this MCP server.

Is My Prompts Mcp lightweight?

Yes, the server is explicitly described as lightweight.

コメント

「その他」の他のコンテンツ