Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Smithery to README #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A Model Context Protocol (MCP) server that enables Language Models to interact w

[![NPM version](https://img.shields.io/npm/v/@modelcontextprotocol/server-jira.svg)](https://www.npmjs.com/package/@modelcontextprotocol/server-jira)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![smithery badge](https://smithery.ai/badge/@modelcontextprotocol/server-jira)](https://smithery.ai/server/@modelcontextprotocol/server-jira)

## Features

Expand All @@ -21,6 +22,15 @@ A Model Context Protocol (MCP) server that enables Language Models to interact w

## Installation

### Installing via Smithery

To install JIRA Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@modelcontextprotocol/server-jira):

```bash
npx -y @smithery/cli install @modelcontextprotocol/server-jira --client claude
```

### Manual Installation
```bash
npm install @modelcontextprotocol/server-jira
```
Expand Down Expand Up @@ -152,4 +162,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## Acknowledgments

- Built with [Model Context Protocol](https://modelcontextprotocol.io/)
- Uses [jira-client](https://github.com/jira-client/jira-client) for JIRA API integration
- Uses [jira-client](https://github.com/jira-client/jira-client) for JIRA API integration