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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user