mcp-server-flomo
Version:
A MCP server for Flomo
50 lines (49 loc) • 1.02 kB
JSON
{
"name": "mcp-server-flomo",
"version": "0.0.11",
"description": "A MCP server for Flomo",
"main": "./build/index.js",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xianminx/mcp-server-flomo.git"
},
"keywords": [
"flomo",
"mcp",
"modelcontextprotocol",
"note-taking",
"ai",
"cursor",
"claude"
],
"bin": {
"mcp-server-flomo": "./build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node ./build/index.js",
"prepare": "npm run build",
"dev": "npx @modelcontextprotocol/inspector && ts-node-dev --respawn index.ts"
},
"files": [
"build/",
"package.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
}
}