MCP Person Registration System
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Person Registration SystemAhmet Yılmaz'ı kayıt et"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
👥 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
Related MCP server: Supabase MCP
🏗 Yapı
n8n tarafı:
When chat message received→ AI Agent → GeminiAI Agent→ MCP Tool + PostgreSQL Memory + Simple MemoryMCP tool URL:
http://host.docker.internal:3000/sse
MCP server (server.js):
Express +
@modelcontextprotocol/sdkile SSE tabanlı komut alırGelen komutları veritabanına işler (
taskstablosu)Gerekirse Google Sheets entegrasyonu eklenebilir
🛠 Kurulum
PostgreSQL sunucusu çalışır durumda olmalı
taskstablosu şu şekilde olmalı:
CREATE TABLE tasks (
id SERIAL PRIMARY KEY,
title TEXT,
date DATE
);This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server providing natural-language tools for managing and querying an employee database, including user CRUD, search, and statistics.Last updatedMIT
- Alicense-qualityDmaintenanceAn MCP server enabling AI assistants to perform CRUD operations on a Supabase database via a standardized interface.Last updated194MIT
- Alicense-qualityDmaintenanceA unified MCP server for querying and managing multiple database types (PostgreSQL, MySQL, SQL Server, etc.) via natural language through AI assistants.Last updatedGPL 3.0
- Alicense-qualityBmaintenanceAI-powered Teacher Assistance MCP Server for managing student records with PostgreSQL, enabling create and read operations via MCP tools.Last updatedMIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zeyneptncr/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server