Fastmcp Quickstart 20251009 8iit
FastMCP quickstart example - ready to deploy!
Ask AI about Fastmcp Quickstart 20251009 8iit
Powered by Claude Β· Grounded in docs
I know everything about Fastmcp Quickstart 20251009 8iit. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
FastMCP Quickstart Example
This is a quickstart example for FastMCP, featuring two MCP servers!
Getting Started
This repository contains two MCP servers demonstrating FastMCP capabilities:
Files
echo.py- A simple MCP server that echoes back your messages (demo)prompt_enhancer.py- Production-ready MCP server for improving prompts for Claude Codetest_prompt_enhancer.py- Test suite for Prompt EnhancerQUICK_START.md- Quick start guide for using Prompt EnhancerHOW_TO_TEST.md- Detailed testing instructionsCLAUDE.md- Development guide for Claude Code
Prompt Enhancer MCP
The Prompt Enhancer is a practical MCP server that helps you write better prompts for Claude Code:
Features:
- β 6 tools for prompt improvement (enhance, analyze, make specific, add context, etc.)
- β 4 resource endpoints with best practices and examples
- β 3 prompt templates for common tasks
- β Scores prompt quality (0-100 scale)
- β Ready for production use
Quick Test:
# Install dependencies
pip install fastmcp
# Run tests
python test_prompt_enhancer.py
See QUICK_START.md for usage examples!
Deployment
This repository is ready to be deployed!
Option 1: FastMCP Cloud (Recommended)
- Already connected to FastMCP Cloud
- Just push your changes:
git push - Automatic deployment!
Option 2: Use with Claude Code locally
fastmcp install claude-code prompt_enhancer.py --server-name "Prompt Enhancer"
Learn More
This repository was automatically created from the FastMCP quickstart template.
