MCP.so
ログイン

MCP Server Memos

@ChenyqThu

MCP Server Memos について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

ChenyqThu

投稿者

YuanQuan.Chen陈源泉

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-memos": {
      "command": "npx",
      "args": [
        "-y",
        "@chenyqthu/mcp-server-memos"
      ],
      "env": {
        "MEMOS_URL": "https://your-memos-server",
        "MEMOS_TOKEN": "your_access_token"
      }
    }
  }
}

ツール

4

Search for memos using keywords

Create a new memo

Get a specific memo by ID

Update a specific memo by ID

概要

What is MCP Server Memos?

MCP Server Memos is an MCP server that integrates with the Memos note service. It allows you to interact with Memos using natural language from any MCP‑compatible client, such as Cursor.

How to use MCP Server Memos?

Configure the server by setting the MEMOS_URL and MEMOS_TOKEN environment variables (or using the corresponding command-line arguments). In Cursor, add the server configuration to ~/.cursor/mcp.json as shown in the README. A hosted version is also available on MCP.so, requiring only those two parameters.

Key features of MCP Server Memos

  • Search memos by keyword.
  • Create new memos with configurable visibility.
  • Retrieve a specific memo by its ID.
  • Update the content of an existing memo.
  • Authentication via access token.

Use cases of MCP Server Memos

  • Quickly create notes from a chat interface.
  • Search your Memos database without leaving your editor.
  • Programmatically update or retrieve memos via MCP‑enabled agents.
  • Integrate Memos into a larger MCP‑based workflow.

FAQ from MCP Server Memos

What environment variables are required?

MEMOS_URL (the Memos server address) and MEMOS_TOKEN (your access token) are required.

How do I install and run the server?

Clone the repository, run npm install, create a .env file with the required variables, and execute npm run inspector.

What tools does the server provide?

It provides search_memo, create_memo, get_memo, and update_memo.

Can I use a hosted version?

Yes, the server is hosted on MCP.so; you only need to provide MEMOS_URL and MEMOS_TOKEN.

What authentication does the server use?

The server uses an access token for secure authentication.

コメント

「その他」の他のコンテンツ