
PostGIS
STDIOTypeScript server providing PostGIS database connection using Model Context Protocol.
TypeScript server providing PostGIS database connection using Model Context Protocol.
This project is a server application that provides PostGIS database connection using Model Context Protocol (MCP).
git clone https://github.com/receptopalak/postgis-mcp.git cd postgis-mcp
npm install
.env
file:NODE_ENV=development DB_PORT=5432 DB_HOST=localhost DB_NAME=your_database_name DB_USER=your_username DB_PASSWORD=your_password
npm run dev
npm run build npm start
You can use the following example configuration for MCP server:
{ "mcpServers": { "postgis": { "command": "npx", "args": ["tsx", "server.ts"], "env": { "NODE_ENV": "development", "DB_PORT": "5432", "DB_HOST": "host", "DB_NAME": "dbname", "DB_USER": "user", "DB_PASSWORD": "pass" } } } }
git checkout -b feature/amazing-feature
)git commit -m 'feat: Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the ISC License. See the LICENSE
file for more information.
Project Owner - @receptopalak
Project Link: https://github.com/receptopalak/postgis-mcp
Bu proje, Model Context Protocol (MCP) kullanarak PostGIS veritabanı bağlantısını sağlayan bir sunucu uygulamasıdır.
git clone https://github.com/receptopalak/postgis-mcp.git cd postgis-mcp
npm install
.env
dosyası oluşturun:NODE_ENV=development DB_PORT=5432 DB_HOST=localhost DB_NAME=your_database_name DB_USER=your_username DB_PASSWORD=your_password
npm run dev
npm run build npm start
MCP sunucu yapılandırması için aşağıdaki örnek yapılandırmayı kullanabilirsiniz:
{ "mcpServers": { "postgis": { "command": "npx", "args": ["tsx", "server.ts"], "env": { "NODE_ENV": "development", "DB_PORT": "5432", "DB_HOST": "host", "DB_NAME": "dbname", "DB_USER": "user", "DB_PASSWORD": "pass" } } } }
git checkout -b feature/amazing-feature
)git commit -m 'feat: Add some amazing feature'
)git push origin feature/amazing-feature
)Bu proje ISC lisansı altında lisanslanmıştır. Daha fazla bilgi için LICENSE
dosyasına bakın.
Proje Sahibi - @receptopalak
Proje Linki: https://github.com/receptopalak/postgis-mcp