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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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.
Extracts text content and form field data from PDF documents. Parameters: input (string) - PDF file path or base64 encoded PDF content.
Creates new PDFs or modifies existing ones with content and form field updates. Parameters: content (object), templatePdf (optional string), outputPath (optional string).