Loading languages...
JI

jira-server

@necto-pro

A Model Context Protocol server This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing: - Resources representing text notes with URIs and metadata - Tools for creating new notes - Prompts for generating summaries of notes

notes
typescript

# mcpServer Config

{
  "mcpServers": {
    "jira-server": {
      "command": "/path/to/jira-server/build/index.js"
    }
  }
}

# stdio

/path/to/jira-server/build/index.js
Transport:
stdio
Language:
JavaScript
Created:4/26/2025
Updated:4/26/2025