MCP.so
Sign In
M

My Prompts Mcp

@vjik

About My Prompts Mcp

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

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers