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.
版本控制 分类下的更多 MCP 服务器
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Linear MCP Server
clinea private MCP server for accessing Linear
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
评论