Skip to main content
Glama

MCP Database Server

by JuanYin1
MIT License
553
1
  • Apple
  • Linux
csvTosql.py417 B
import pandas as pd from sqlalchemy import create_engine # Load CSV into DataFrame df = pd.read_csv('./netflix_titles.csv') # Connect to your PostgreSQL database engine = create_engine('postgresql://postgres@localhost:5432/test') # Write data into SQL table (replace 'netflix_titles' with your table name) df.to_sql('netflix_titles', engine, if_exists='replace', index=False) print("Data inserted successfully!")

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/JuanYin1/mcp-database-server-with-database'

If you have feedback or need assistance with the MCP directory API, please join our Discord server