Skip to content

Conversation

@f
Copy link
Contributor

@f f commented Jan 5, 2026

Summary

It adds https://prompts.chat MCP server to Goose Extension registry. It is on https://github.com/mcp as well. It's an MCP server of https://github.com/f/awesome-chatgpt-prompts (aka. prompts.chat)

prompts.chat is a free and open-sourced social prompt collecting and sharing platform.

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

AI Assistance

  • This PR was created or reviewed with AI assistance

Testing

Manual testing

@f f requested a review from a team as a code owner January 5, 2026 21:17
Copilot AI review requested due to automatic review settings January 5, 2026 21:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the prompts.chat MCP server configuration to the goose extension registry. The prompts.chat server provides access to thousands of AI prompts from the awesome-chatgpt-prompts collection.

  • Adds new MCP server entry for prompts.chat with proper JSON structure and metadata
  • Includes optional API key configuration for accessing private prompts
  • Entry is correctly positioned in alphabetical order

Signed-off-by: Fatih Kadir Akın <fatihkadirakin@gmail.com>
@f
Copy link
Contributor Author

f commented Jan 8, 2026

👀

@dianed-square
Copy link
Contributor

Hi @f , thanks for contributing! Can you please create a tutorial in the docs/mcp directory to go along with this? It should be named prompts-chat-mcp.md and follow the pattern shown in docs/mcp/_template_.mdx

goose generated these drafts of the TLDR tip and Configuration section to help get you started, though you might want to tweak them:

:::tip TLDR
<Tabs groupId="interface">
  <TabItem value="ui" label="goose Desktop" default>
  [Launch the installer](goose://extension?cmd=npx&arg=-y&arg=@fkadev/prompts.chat-mcp@latest&id=prompts-chat-mcp&name=prompts.chat&description=Access%20thousands%20of%20AI%20prompts%20directly%20in%20your%20AI%20assistant&env=PROMPTS_API_KEY%3DAPI%20Key%20to%20save%20and%20list%20private%20prompts)
  </TabItem>
  <TabItem value="cli" label="goose CLI">
  **Command**
  ```sh
  npx -y @fkadev/prompts.chat-mcp@latest
  ```
  </TabItem>
</Tabs>
  **Environment Variable (Optional)**
  ```
  PROMPTS_API_KEY: <YOUR_API_KEY>
  ```
:::

## Configuration

:::info
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
:::

<Tabs groupId="interface">
  <TabItem value="ui" label="goose Desktop" default>
  <GooseDesktopInstaller
    extensionId="prompts-chat-mcp"
    extensionName="prompts.chat"
    description="Access thousands of AI prompts directly in your AI assistant"
    command="npx"
    args={["-y", "@fkadev/prompts.chat-mcp@latest"]}
    envVars={[
      { name: "PROMPTS_API_KEY", label: "API Key to save and list private prompts on prompts.chat (optional)" }
    ]}
    apiKeyLink="https://prompts.chat"
    apiKeyLinkText="prompts.chat API Key"
  />
</TabItem>
  <TabItem value="cli" label="goose CLI">
    <CLIExtensionInstructions
      name="prompts.chat"
      description="Access thousands of AI prompts directly in your AI assistant"
      command="npx -y @fkadev/prompts.chat-mcp@latest"
      envVars={[
        { key: "PROMPTS_API_KEY", value: "▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪▪" }
      ]}
      infoNote={
        <>
          The PROMPTS_API_KEY is optional. If you want to save and list private prompts, obtain your API key from{" "}
          <a href="https://prompts.chat" target="_blank" rel="noopener noreferrer">
            prompts.chat
          </a> and paste it in.
        </>
      }
    />
  </TabItem>
</Tabs>

Copilot AI review requested due to automatic review settings January 9, 2026 12:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@f
Copy link
Contributor Author

f commented Jan 9, 2026

Hi @dianed-square! Updated!

Copy link
Contributor

@blackgirlbytes blackgirlbytes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your contribution!

Signed-off-by: Fatih Kadir Akın <fatihkadirakin@gmail.com>
@f
Copy link
Contributor Author

f commented Jan 9, 2026

🪿🪿🪿

@f
Copy link
Contributor Author

f commented Jan 12, 2026

Is there any update on this? 👀

@dianed-square dianed-square merged commit 90f1b87 into block:main Jan 12, 2026
20 checks passed
@f f deleted the patch-1 branch January 12, 2026 18:31
fbalicchia pushed a commit to fbalicchia/goose that referenced this pull request Jan 13, 2026
Signed-off-by: Fatih Kadir Akın <fatihkadirakin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants