Skip to content

Commit

Permalink
Merge pull request #1 from smithery-ai/feat/add-smithery
Browse files Browse the repository at this point in the history
Add Smithery to README
  • Loading branch information
dkmaker authored Dec 23, 2024
2 parents 6bca45b + 8d6febb commit 38aebcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MCP REST API Tester
[![smithery badge](https://smithery.ai/badge/dkmaker-mcp-rest-api)](https://smithery.ai/server/dkmaker-mcp-rest-api)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![NPM Package](https://img.shields.io/npm/v/dkmaker-mcp-rest-api.svg)](https://www.npmjs.com/package/dkmaker-mcp-rest-api)

Expand All @@ -10,6 +11,15 @@ A TypeScript-based MCP server that enables testing of REST APIs through Cline. T

## Installation

### Installing via Smithery

To install REST API Tester for Claude Desktop automatically via [Smithery](https://smithery.ai/server/dkmaker-mcp-rest-api):

```bash
npx -y @smithery/cli install dkmaker-mcp-rest-api --client claude
```

### Installing Manually
1. Install the package globally:
```bash
npm install -g dkmaker-mcp-rest-api
Expand Down

0 comments on commit 38aebcf

Please sign in to comment.