docs: Add prompts.chat MCP configuration to servers.json (#6342)

Signed-off-by: Fatih Kadir Akın <fatihkadirakin@gmail.com>
This commit is contained in:
Fatih Kadir Akın
2026-01-12 19:45:56 +03:00
committed by GitHub
parent 0be3ec18cc
commit 90f1b87f69
2 changed files with 152 additions and 0 deletions
+17
View File
@@ -544,6 +544,23 @@
"endorsed": true,
"environmentVariables": []
},
{
"id": "prompts-chat-mcp",
"name": "prompts.chat",
"description": "Access thousands of AI prompts directly in your AI assistant",
"command": "npx -y @fkadev/prompts.chat-mcp@latest",
"link": "https://github.com/f/prompts.chat-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "PROMPTS_API_KEY",
"description": "API Key to save and list private prompts on prompts.chat",
"required": false
}
]
},
{
"id": "reddit-mcp",
"name": "Reddit",