π¦
Prompt Templates
MCP server for managing and serving analysis prompt templates
0 installs
Trust: 39 β Low
Ai
Ask AI about Prompt Templates
Powered by Claude Β· Grounded in docs
I know everything about Prompt Templates. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
- Install dependencies:
pip install -r requirements.txt
- 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.
