mcp-servers
Verified Safeby mericozkayagan
Overview
This repository provides Model Context Protocol (MCP) servers for Cursor AI to integrate with external tools like PostgreSQL, Obsidian, n8n, and Google Gemini for various AI-driven operations.
Installation
No command providedSecurity Notes
The servers are designed to run locally and do not expose services to the network by default, which is a strong security measure. However, they require sensitive API keys (Gemini, n8n, Obsidian) and database credentials (PostgreSQL) which must be securely managed via environment variables and never committed to version control. The Obsidian MCP server has read/write access to local notes, and the Gemini server implements path validation to prevent directory traversal attacks.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.
cursor-cloud-agent-mcp
This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.
dx-mcp-server
Empowers AI applications to interact with and query a user-provided Postgres database via the Model Context Protocol (MCP).