Skip to main content
Glama
package.json616 B
{ "name": "things3-mcp", "version": "0.1.0", "description": "MCP Server for Things 3", "private": true, "type": "module", "bin": { "things3-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && npm run copy-wasm", "copy-wasm": "cp -r node_modules/tree-sitter-wasms build/ || true", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "zod": "^3.23.8", "run-applescript": "^7.0.0" }, "devDependencies": { "@types/node": "^22.9.0", "typescript": "^5.6.3" } }

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/benhancock/things3-mcp'

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