ravi-accolite/bounteous-atlassian
If you are the rightful owner of bounteous-atlassian and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bounteous Atlassian MCP Server is a TypeScript-based server implementation for integrating Atlassian's Jira and Confluence.
The Bounteous Atlassian MCP Server is designed to facilitate seamless integration with Atlassian's Jira and Confluence platforms. Written in TypeScript, this server implementation allows users to create and search for Jira issues and Confluence pages efficiently. It leverages the power of Zod schema validation to ensure data integrity and supports environment-based configuration for flexible deployment. The server requires Node.js 16 or higher and an Atlassian account with API access to function. By providing a robust set of tools for managing Jira and Confluence content, the Bounteous Atlassian MCP Server streamlines workflows and enhances productivity for teams using these platforms.
Features
- Create and search Jira issues
- Create and search Confluence pages
- Full TypeScript support with Zod schema validation
- Environment-based configuration
- Hot reloading in development mode
Usages
usage with local development
bash npm start
usage with development mode
bash npm run dev
Tools
create-jira-issue
Creates a new Jira issue with specified parameters.
search-jira-issues
Searches Jira issues using JQL.
create-confluence-page
Creates a new Confluence page with specified parameters.
search-confluence
Searches Confluence content using CQL.