Skip to main content
Glama
xianminx
by xianminx
package.json1.02 kB
{ "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" } }

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/xianminx/mcp-server-flomo'

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