Skip to main content
Glama
package.json1.19 kB
{ "name": "db4app-todo-mcp-server", "version": "0.1.0", "description": "MCP server for db4.app todo list app - enables LLMs to manage todos via Model Context Protocol", "type": "module", "main": "./dist/index.js", "bin": { "db4app-todo-mcp-server": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "esbuild src/index.js --bundle --platform=node --format=esm --outfile=dist/index.js --external:node:* --external:pg --external:pg-native", "lint": "eslint src --ext .js", "prepublishOnly": "npm run build", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "postgres", "pglite", "wasm", "browser-database", "llm", "ai", "todo", "tasks" ], "author": "db4app", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/maxabrahamsson/todo-mcp-db4app.git" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "pg": "^8.11.3", "zod": "^3.25.76" }, "devDependencies": { "esbuild": "^0.24.2", "eslint": "^9.39.1" } }

Latest Blog Posts

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/maxabrahamsson/todo-mcp-db4app'

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