promptforge-mcp-server
Version:
Advanced AI prompt optimization MCP server with ML-based domain detection, templates, and analytics
98 lines • 2.58 kB
JSON
{
"name": "promptforge-mcp-server",
"version": "2.0.1",
"description": "Advanced AI prompt optimization MCP server with ML-based domain detection, templates, and analytics",
"author": "Steve Kaplan <steve@gtmvp.com>",
"license": "MIT",
"homepage": "https://github.com/stevekaplanai/promptforge-mcp-server",
"repository": {
"type": "git",
"url": "https://github.com/stevekaplanai/promptforge-mcp-server.git"
},
"keywords": [
"mcp",
"prompt-optimization",
"ai",
"prompt-engineering",
"domain-detection",
"templates",
"analytics",
"marketing",
"automation"
],
"capabilities": {
"tools": [
{
"name": "optimize_prompt",
"description": "Intelligently optimize prompts with domain-specific enhancements",
"features": [
"ML-based domain detection",
"Pattern-based optimization",
"Chain-of-thought reasoning",
"Output format control",
"Multi-model support"
]
},
{
"name": "manage_patterns",
"description": "Manage optimization patterns for different domains",
"features": [
"Add custom patterns",
"Update existing patterns",
"Domain-specific configurations",
"Keyword weighting"
]
},
{
"name": "track_analytics",
"description": "Track and analyze optimization performance",
"features": [
"Performance metrics",
"Domain distribution",
"Confidence tracking",
"Feedback collection"
]
}
]
},
"domains": [
"general",
"software-development",
"data-analysis",
"marketing-copy",
"technical-writing",
"cpa-marketing",
"ai-marketing-automation",
"home-services-marketing"
],
"features": {
"domainDetection": {
"type": "ml-based",
"accuracy": "94%",
"domains": 20
},
"patternSystem": {
"customizable": true,
"versionControl": true,
"keywordWeighting": true
},
"analytics": {
"realTime": true,
"metrics": ["optimizations", "confidence", "domains", "feedback"],
"export": ["json", "csv"]
},
"templates": {
"supported": true,
"variables": true,
"categories": ["marketing", "technical", "business"]
}
},
"requirements": {
"node": ">=18.0.0",
"mcp": "^1.0.0"
},
"installation": {
"npm": "npm install -g promptforge-mcp-server",
"smithery": "npx @smithery/cli install promptforge-mcp-server"
}
}