MCP.so
登录

MCP Servers for Cursor IDE

@michael-trullion

关于 MCP Servers for Cursor IDE

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

michael-trullion

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Servers for Cursor IDE?

This project hosts multiple Model-Context-Protocol (MCP) servers designed to work with the Cursor IDE. MCP servers allow Cursor to leverage external tools and functionalities through a standardized communication protocol. It includes servers for PostgreSQL, Kubernetes, and PDF processing.

How to use MCP Servers for Cursor IDE?

Clone the repository, run npm run setup to install dependencies and build, then configure each server in Cursor IDE via Settings > Features > Mcp Servers. Add a new server with connection type "command" and paste the generated script path. Set required environment variables in a .env file. Use npm run server -- [server-name] to run a specific server.

Key features of MCP Servers for Cursor IDE

  • Multiple ready-to-use MCP servers (PostgreSQL, Kubernetes, PDF)
  • Standardized MCP protocol for seamless Cursor IDE integration
  • Simple setup script that installs, builds, and configures
  • Environment variable configuration for credentials and settings
  • Includes helper scripts and manual run options
  • Extensible – easy to add custom MCP servers

Use cases of MCP Servers for Cursor IDE

  • Query PostgreSQL databases directly from Cursor IDE conversations
  • Manage Kubernetes pods (list, delete, execute commands, get logs)
  • Extract text and form data from PDF documents
  • Generate or modify PDF files with custom content
  • Use any of these tools in Cursor’s agent mode (Claude 3.7 Sonnet)

FAQ from MCP Servers for Cursor IDE

What are the prerequisites to run these servers?

Node.js v16 or newer and npm or yarn are required.

How do I configure a server?

Create a .env file from .env.example and fill in the credentials for each service you plan to use (e.g., PostgreSQL host, port, user, password; Kubernetes kubeconfig path; PDF server requires no additional configuration).

What transport protocol does the server use?

All servers communicate with Cursor IDE via stdio (standard input/output).

Can I add my own MCP server to this project?

Yes. Create a new directory under src/servers/, implement your server using the SDK, then register it in src/index.ts and src/run-all.ts.

Does the PDF server require any external credentials?

No, the PDF server runs without any environment variables or additional configuration.

评论

开发工具 分类下的更多 MCP 服务器