# Mcp Prompt Server

> A demo of a universal prompt mcp that serves custom prompts that can be used in multiple Ai Agents.

- **Type:** MCP server
- **Install:** `agentstack add mcp-marcmodin-mcp-prompt-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [marcmodin](https://agentstack.voostack.com/s/marcmodin)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [marcmodin](https://github.com/marcmodin)
- **Source:** https://github.com/marcmodin/mcp-prompt-server

## Install

```sh
agentstack add mcp-marcmodin-mcp-prompt-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 🚀 MCP Prompt Server

**A lightweight Model Context Protocol server for dynamic prompt management**

[](https://www.python.org/downloads/)
[](https://modelcontextprotocol.io)
[](LICENSE)
[](https://github.com/marcmodin/mcp-prompt-server/releases)

---

## ✨ Features

- 📁 **Dynamic Prompt Loading** — Automatically discover and register markdown files from the `prompts/` directory
- 📚 **Resource Management** — Serve documentation and reference materials via MCP resources
- ⚡ **Zero Configuration** — Add prompts and resources by simply creating markdown files with YAML frontmatter
- 🔒 **Security First** — Built-in path traversal protection, file size limits, and input validation
- 🎯 **MCP Compliant** — Full implementation of MCP prompt and resource primitives via FastMCP framework
- 🌐 **Remote Installation** — Run directly from GitHub without cloning

## 🔧 Requirements

- Python >=3.11
- Package manager: `uv` (installs automatically with `uvx`)

## Quick Start

### Using with Claude Cli

Add this configuration to your Claude Cli MCP settings:

```json
{
  "mcpServers": {
    "prompt-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0",
        "mcp-prompt-server"
      ]
    }
  }
}
```

### Using with GitHub Copilot

Create `.vscode/mcp.json` in your project:

```json
{
  "mcpServers": {
    "prompt-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0r",
        "mcp-prompt-server"
      ]
    }
  }
}
```

### Running Remotely

```bash
# Run directly from GitHub
uvx --from git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0 mcp-prompt-server

# Debug with MCP Inspector
npx @modelcontextprotocol/inspector uvx --from git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0 mcp-prompt-server
```

## 📚 Documentation

- **[Architecture](docs/architecture.md)** — System design and security model
- **[Contributing](docs/contributing.md)** — Development workflow and guidelines
- **[Prompt Template](resources/prompt-template.md)** — Creating prompt files

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [marcmodin](https://github.com/marcmodin)
- **Source:** [marcmodin/mcp-prompt-server](https://github.com/marcmodin/mcp-prompt-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-marcmodin-mcp-prompt-server
- Seller: https://agentstack.voostack.com/s/marcmodin
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
