MCP Server for Cursor Integration
@radelmann
About MCP Server for Cursor Integration
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Cursor Integration?
This MCP (Model Context Protocol) server provides integration with Jira, Confluence, and diagram generation tools for use within the Cursor IDE. It is designed for developers who want to manage tickets, access documentation, and generate diagrams without leaving their editor.
How to use MCP Server for Cursor Integration?
Clone the repository, install dependencies with npm install, and copy .cursor/mcp.json.example to .cursor/mcp.json. Then update the file with your Jira and Confluence API tokens and base URLs. Finally, start the server from Cursor Settings under "MCP Server".
Key features of MCP Server for Cursor Integration?
- Fetch Jira tickets by key and status
- Transition Jira tickets to new status
- List tickets by team, sprint, or status
- Add code reviewers to tickets
- Retrieve and update Confluence pages
- Generate Mermaid diagrams and add to Confluence
Use cases of MCP Server for Cursor Integration?
- View Jira ticket details and status from within Cursor
- Move tickets through workflow stages without switching tools
- Add architecture diagrams to Confluence pages during development
- Query tickets by team and sprint for stand‑up or planning
- Update documentation by fetching and editing Confluence pages
FAQ from MCP Server for Cursor Integration
What dependencies are required?
Node.js and the MCP SDK are used. For diagram generation, you must install @mermaid-js/mermaid-cli globally with npm install -g @mermaid-js/mermaid-cli.
How do I configure authentication?
Copy the example config, then add your Jira API token, Confluence API token, and the base URLs for both services in the .cursor/mcp.json file.
Where are generated diagrams stored?
Diagrams are saved in the diagrams/ directory, which is not tracked in git. You can also add diagrams directly to a Confluence page using the provided tools.
Why aren’t tools appearing in Cursor?
Restart the MCP server from Cursor Settings and verify the tool is registered in server.js. Also ensure no other MCP server is running.
What should I do if the server fails to start?
Check that .cursor/mcp.json exists and contains valid credentials. Look for error messages in the Cursor console and ensure no other MCP server is running.
More Developer Tools MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments