jira-service MCP server
@MCP-Mirror
jira-service MCP server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"chima-org_jira-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
1Adds a new note to the server
概要
What is jira-service MCP server?
A Model Context Protocol server that implements a simple note storage system. It provides custom note:// URI resources, a prompt for summarizing notes, and a tool for adding new notes.
How to use jira-service MCP server?
Install the server by adding its configuration to the Claude Desktop config file (claude_desktop_config.json). Use uv run jira-service for development or uvx jira-service for published distributions.
Key features of jira-service MCP server
- Custom note:// URI scheme for accessing individual notes
- Text/plain mimetype for all note resources
summarize-notesprompt with optional style argument (brief/detailed)add-notetool requiring name and content arguments- Server state updates and client notifications on resource changes
Use cases of jira-service MCP server
- Storing and retrieving personal or project notes
- Automatically generating summaries of multiple notes
- Integrating note management into Claude-powered workflows
- Prototyping note-based applications with MCP
FAQ from jira-service MCP server
How do I install the jira-service MCP server?
Add the server configuration to your Claude Desktop client settings. For development, use uv --directory <path> run jira-service; for published versions, use uvx jira-service.
What resources does the jira-service MCP server provide?
It exposes individual notes via a custom note:// URI scheme, each with a name, description, and text/plain mimetype.
What tools does the jira-service MCP server offer?
A single tool, add-note, which creates a new note from two required string arguments: name and content.
What prompts does the jira-service MCP server offer?
The summarize-notes prompt generates a summary of all stored notes, with an optional style argument to control detail level (brief or detailed).
How can I debug the jira-service MCP server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run jira-service in your terminal.
「バージョン管理」の他のコンテンツ
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
コメント