mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
feat(cli): add 'mcp' command to start MCP server for AI tools
This commit is contained in:
23
README.md
23
README.md
@@ -134,6 +134,29 @@ npx prompts.chat
|
||||
### MCP Server
|
||||
Use prompts.chat as an MCP server in your AI tools.
|
||||
|
||||
**Remote (recommended):**
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"prompts.chat": {
|
||||
"url": "https://prompts.chat/api/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
**Local:**
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"prompts.chat": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "prompts.chat", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
📖 [MCP Documentation](https://prompts.chat/docs/api)
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user