A collection of MCP servers for Cursor IDE that provides AI assistants with access to various external services including Jira, GitHub, and PostgreSQL databases. Each server is implemented as a standalone TypeScript module that can be run independently, exposing domain-specific tools through the Model Context Protocol. The implementation includes a template-based architecture for creating new servers, comprehensive error handling, and environment-based configuration. These servers enable Cursor IDE users to interact with their development tools and data sources directly through AI conversations, making it valuable for developers who need to query issues, repositories, or database information without context switching.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves all accessible Jira projects.
Gets details about a specific project by key.
Searches for issues using JQL (Jira Query Language).
Gets details about a specific issue by key.
Retrieves all accessible boards.
Gets all sprints for a specific board.
Retrieves all repositories accessible to the authenticated user.
Gets details about a specific repository.
Retrieves issues for a repository.
Gets details about a specific issue.
Retrieves pull requests for a repository.
Gets details about a specific pull request.
Retrieves branches for a repository.
Gets commits for a repository, optionally filtered by branch.
Adds a comment to a specific pull request (always signed with 'Created by Cursor').
Generates a summary of PR changes and optionally posts it as a comment.
Retrieves information about the connected database.
Lists all tables in the current database schema.
Gets the column definitions for a specific table.
Executes a custom SQL query against the database.
Retrieves pods from a specified namespace, with optional field and label selectors.
Finds pods matching a name pattern in a specified namespace.
Deletes a pod in a specified namespace.
Executes a command in a specified pod and container.
Retrieves logs from a specified pod, with options for container, line count, and previous instance.