Skip to main content
Glama

MCP PostgreSQL Operations

pyproject.toml•662 B
[project] name = "mcp-postgresql-ops" version = "0.0.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" authors = [{ name = "JungJungIn", email = "call518@gmail.com" }] dependencies = [ "fastmcp>=2.12.3", "asyncpg>=0.29.0", "psycopg2-binary>=2.9.7", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0" ] [project.scripts] mcp-postgresql-ops = "mcp_postgresql_ops.mcp_main:main" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-dir] "" = "src"

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/call518/MCP-PostgreSQL-Ops'

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