Back to Home
kuc-arc-f icon

mcp_server_2ex

by kuc-arc-f

Overview

This server acts as a Next.js application providing a Remote Procedure Call (RPC) interface for Retrieval Augmented Generation (RAG) search using PostgreSQL with pgvector for vector storage and Google Generative AI for language model inference.

Installation

Run Command
No command provided

Environment Variables

  • GOOGLE_API_KEY
  • PG_USER
  • PG_HOST
  • PG_DATABASE
  • PG_PASSWORD
  • PG_PORT

Security Notes

The primary API endpoint (`/api/mcp`) lacks an authorization mechanism, making it openly accessible to anyone on the network. The provided `.env` example suggests weak default database credentials (`PG_PASSWORD=admin`), which pose a significant security risk if used in production.

Similar Servers

Stats

Interest Score30
Security Score2
Cost ClassMedium
Avg Tokens1300
Stars1
Forks0
Last Update2026-01-10

Tags

Next.jsRAGPostgreSQLpgvectorGoogle GenAI