Powers the MCP server that processes SSE-based commands for person record management.
Optional integration that could be added for storing or exporting person records.
Hosts the AI Agent using Gemini 2.5 Flash that interprets natural Turkish language commands for person management operations.
Stores and manages person records in a 'tasks' table, allowing creation, listing, updating, and deletion operations.
👥 MCP + n8n Kişi Kayıt Sistemi
Bu proje, n8n üzerinde çalışan bir AI Agent ile geliştirilen, kullanıcı mesajlarından kişi kayıtlarını yöneten bir sistemdir. Kayıt işlemleri, Express + PostgreSQL ile yazılmış bir MCP sunucusuna bağlıdır. Komutlar doğal Türkçe dilde verilir.
🚀 Özellikler
- 🔗 n8n AI Agent → Gemini 2.5 Flash + Simple Memory + PostgreSQL Memory + MCP Tool
- 🧠 System Message sayesinde Türkçe komutlarla kişi işlemleri yapılır:
Ekle Ahmet Yılmaz
→ kişi eklerGüncelle 2 Mehmet Can
→ güncellerSil 3
→ silerListele
→ tüm kişileri listeler
- 🧩 Toollar:
create-task-db
: yeni kişi eklerlist-tasks
: tüm kişileri listelerupdate-task
: kişiyi güncellerdelete-task
: kişiyi siler
🏗 Yapı
n8n tarafı:
When chat message received
→ AI Agent → GeminiAI Agent
→ MCP Tool + PostgreSQL Memory + Simple Memory- MCP tool URL:
http://host.docker.internal:3000/sse
MCP server (server.js
):
- Express +
@modelcontextprotocol/sdk
ile SSE tabanlı komut alır - Gelen komutları veritabanına işler (
tasks
tablosu) - Gerekirse Google Sheets entegrasyonu eklenebilir
🛠 Kurulum
- PostgreSQL sunucusu çalışır durumda olmalı
tasks
tablosu şu şekilde olmalı:
This server cannot be installed
A system that manages person records through natural Turkish language commands processed by an AI Agent, connecting to an Express+PostgreSQL MCP server for CRUD operations.
Related MCP Servers
- AsecurityAlicenseAqualityA blazing fast MCP server that enables AI agents to interact with multiple PostgreSQL databases, providing functionality to list tables, inspect schemas, execute queries, and run transactions.Last updated -458TypeScriptMIT License
- -securityFlicense-qualityA sample FastAPI project that implements the Model Context Protocol (MCP), allowing AI assistants to connect to a PostgreSQL database and manage notes through natural language interactions.Last updated -Python
- -securityAlicense-qualityA universal MCP server that enables AI agents to securely manage PostgreSQL databases, make API requests, and execute SSH commands with features for database analysis, schema editing, and data operations.Last updated -JavaScriptMIT License
- -securityFlicense-qualityA command-line interface application that enables interactive chat with AI models through the Anthropic API, supporting document retrieval, command-based prompts, and extensible tool integrations.Last updated -Python