Skip to main content
Glama
rachana-tf
by rachana-tf

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev # or yarn dev # or pnpm dev # or bun dev

Open http://localhost:8000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Summary

Petstore - OpenAPI 3.1: This is a sample Pet Store Server based on the OpenAPI 3.1 specification.

Some useful links:

For more information about the API: Find out more about Swagger

Table of Contents

Installation

TIP

To finish publishing your MCP Server to npm and others you mustrun your first generation action.

Install the MCP server as a Desktop Extension using the pre-built mcp-server.mcpb file:

Simply drag and drop the mcp-server.mcpb file onto Claude Desktop to install the extension.

The MCP bundle package includes the MCP server and all necessary configuration. Once installed, the server will be available without additional setup.

NOTE

MCP bundles provide a streamlined way to package and distribute MCP servers. Learn more aboutDesktop Extensions.

Install MCP Server

Or manually:

  1. Open Cursor Settings

  2. Select Tools and Integrations

  3. Select New MCP Server

  4. If the configuration file is empty paste the following JSON into the MCP Server Configuration:

{ "mcpServers": { "Petstore": { "command": "npx", "args": [ "petstore", "start", "--environment", "...", "--api-key", "..." ] } } }
claude mcp add petstore npx petstore start -- --environment ... --api-key ...

Refer to Official Windsurf documentation for latest information

  1. Open Windsurf Settings

  2. Select Cascade on left side menu

  3. Click on Manage MCPs. (To Manage MCPs you should be signed in with a Windsurf Account)

  4. Click on View raw config to open up the mcp configuration file.

  5. If the configuration file is empty paste the full json

{ "mcpServers": { "Petstore": { "command": "npx", "args": [ "petstore", "start", "--environment", "...", "--api-key", "..." ] } } }

Refer to Official VS Code documentation for latest information

  1. Open Command Palette

  2. Search and open MCP: Open User Configuration. This should open mcp.json file

  3. If the configuration file is empty paste the full json

{ "mcpServers": { "Petstore": { "command": "npx", "args": [ "petstore", "start", "--environment", "...", "--api-key", "..." ] } } }

You need to do the following

  1. Open claude Desktop

  2. Open left hand side pane, then click on your Username

  3. Go to Settings

  4. Go to Developer tab (on the left hand side)

  5. Click on Edit Config Paste the following config in the configuration

{ "mcpServers": { "Petstore": { "command": "npx", "args": [ "petstore", "start", "--environment", "...", "--api-key", "..." ] } } }
npx petstore start --environment ... --api-key ...

For a full list of server arguments, run:

npx petstore --help
-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rachana-tf/mcp-poc-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server