Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
FROM node:22.12-alpine AS builder

COPY ./ /app
Expand All @@ -18,4 +19,4 @@ ENV NODE_ENV=production

RUN npm ci --ignore-scripts --omit-dev

ENTRYPOINT ["node", "build/index.js"]
ENTRYPOINT ["node", "build/index.js"]
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mcp-server-flomo MCP Server

[![smithery badge](https://smithery.ai/badge/@chatmcp/mcp-server-flomo)](https://smithery.ai/server/@chatmcp/mcp-server-flomo)

write notes to Flomo.

This is a TypeScript-based MCP server help you write notes to Flomo.
Expand Down Expand Up @@ -35,6 +37,14 @@ npm run watch

## Installation

### Installing via Smithery

To install MCP Server for Flomo for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@chatmcp/mcp-server-flomo):

```bash
npx -y @smithery/cli install @chatmcp/mcp-server-flomo --client claude
```

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
Expand Down
19 changes: 19 additions & 0 deletions smithery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Smithery configuration file: https://smithery.ai/docs/build/project-config

startCommand:
type: stdio
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required:
- flomoApiUrl
properties:
flomoApiUrl:
type: string
description: The Flomo incoming webhook URL for posting notes
commandFunction:
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
|-
(config) => ({ command: 'node', args: ['build/index.js'], env: { FLOMO_API_URL: config.flomoApiUrl } })
exampleConfig:
flomoApiUrl: https://flomoapp.com/iwh/xxx/xxx/