Skip to content

MCP server for managing and serving analysis prompt templates

Notifications You must be signed in to change notification settings

mikeskarl/mcp-prompt-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Analysis Templates

An MCP server for managing and serving analysis templates and prompt chains.

Overview

This repository contains a Model Context Protocol (MCP) server implementation that provides standardized templates for various types of content analysis:

  • Meeting Analysis (detailed meeting minutes and action items)
  • Meeting Summary (executive-style brief summary)
  • Webinar to Blog Post conversion

Structure

mcp-analysis-templates/
├── README.md
├── requirements.txt
├── server.py
├── config.yaml
├── templates/
│   ├── meeting_analysis/
│   │   ├── template.md
│   │   └── config.yaml
│   ├── meeting_summary/
│   │   ├── template.md
│   │   └── config.yaml
│   └── webinar_blog/
       ├── template.md
       └── config.yaml
└── docs/
    ├── setup.md
    └── usage.md

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the server:
python server.py

Usage

The server provides templates through the MCP protocol. Connect to it using any MCP client to access the templates.

See the docs directory for detailed setup and usage instructions.

About

MCP server for managing and serving analysis prompt templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages