Skip to main content
Glama

MCP server for LogSeq

by ergut

LogSeq用のMCPサーバー

API を介して LogSeq と対話するための MCP サーバー。

コンポーネント

ツール

サーバーは、LogSeq と対話するための複数のツールを実装しています。

  • list_graphs: 利用可能なすべてのグラフを一覧表示します
  • list_pages: 現在のグラフ内のすべてのページを一覧表示します
  • get_page_content: 1ページのコンテンツを返す
  • 検索: すべてのページのコンテンツを検索
  • create_page: 新しいページを作成する
  • update_page: 既存のページのコンテンツを更新する
  • delete_page: ページを削除する

プロンプトの例

まずClaudeにLogSeqを使うように指示するのが良いでしょう。そうすれば、常にツールが呼び出されるようになります。

プロンプトの例:

  • 最新の会議メモの内容を取得して要約する
  • プロジェクトXが言及されているすべてのページを検索し、その背景を説明します。
  • 今日の会議メモを新しいページとして作成する
  • プロジェクトのステータスページを最新のアップデートで更新します

構成

LogSeq API 構成

LogSeq API 設定を使用して環境を構成するには、次の 2 つの方法があります。

  1. サーバー設定に追加(推奨)
{ "mcp-logseq": { "command": "uvx", "args": [ "mcp-logseq" ], "env": { "LOGSEQ_API_TOKEN": "<your_api_token_here>", "LOGSEQ_API_URL": "http://localhost:12315" } } }
  1. 必要な変数を含む.envファイルを作業ディレクトリに作成します。
LOGSEQ_API_TOKEN=your_token_here LOGSEQ_API_URL=http://localhost:12315

発達

建物

配布用のパッケージを準備するには:

  1. 依存関係を同期し、ロックファイルを更新します。
uv sync

デバッグ

MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用をお勧めします。

MCP インスペクターは、次のようにnpm経由で起動できます。

npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-logseq run mcp-logseq

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

API を介してLogSeqと対話します。

  1. コンポーネント
    1. ツール
    2. プロンプトの例
  2. 構成
    1. LogSeq API 構成
  3. 発達
    1. 建物
    2. デバッグ

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Integrates with Sumo Logic's API to enable log search with configurable queries and time ranges, supporting error handling and easy deployment via Docker.
    Last updated -
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A tool that captures browser console logs and makes them available in Cursor IDE through the Model Context Protocol (MCP).
    Last updated -
    5
    JavaScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    A server that enables LLMs to programmatically interact with Logseq knowledge graphs, allowing creation and management of pages and blocks.
    Last updated -
    10
    17
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP interface that allows AI assistants to query and analyze Grafana Loki logs using LogQL, with support for authentication and various output formats.
    Last updated -
    3
    86
    2
    TypeScript
    MIT License
    • Linux
    • Apple

View all related MCP servers

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/ergut/mcp-logseq-server'

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