UNPKG

@makeappeasy/nocodb-mcp-server

Version:

Comprehensive NocoDB MCP Server with 13 powerful tools for database operations, table management, relationships, and custom API calls

50 lines (49 loc) 1.19 kB
{ "name": "@makeappeasy/nocodb-mcp-server", "version": "1.1.3", "description": "Comprehensive NocoDB MCP Server with 13 powerful tools for database operations, table management, relationships, and custom API calls", "scripts": { "build": "tsc" }, "type": "module", "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "bin": { "nocodb-mcp-server": "dist/start.js" }, "homepage": "https://www.npmjs.com/package/@makeappeasy/nocodb-mcp-server", "keywords": [ "nocodb", "mcp", "model context protocol", "database", "crud operations", "table relationships", "api integration", "data management", "sql alternative", "no-code database", "rest api", "database operations", "table management" ], "author": "makeappeasy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/healrcode/nocodb-mcp-server.git" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "1.8.0", "axios": "1.8.4", "zod": "3.24.2" } }