Logseq MCP Server (software-park/logseq-mcp) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 21 tools. No publisher has claimed this listing.
A NestJS-based server that enables AI agents to interact with Logseq graphs through its HTTP API for managing notes, journals, and blocks. It features specialized tools for project development tracking, including progress logs, technical decisions, and workflow prompts.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
software-park
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
block-getBlock의 내용을 조회합니다. UUID로 특정 Block을 확인할 때 사용하세요.
block-add특정 Page에 새로운 Block을 추가합니다. 내용을 기록할 때 사용하세요. 내용은 자동으로 Logseq 아웃라이너 포맷으로 변환됩니다.
block-insert-child기존 Block 아래에 자식 Block을 추가합니다. 계층적 구조를 만들 때 사용하세요.
block-updateBlock의 내용을 수정합니다.
block-deleteBlock을 삭제합니다. ⚠️ 자식 Block도 함께 삭제됩니다.
block-add-reference기존 Block에 다른 Page나 Block에 대한 참조를 추가합니다. 아이디어를 연결할 때 사용하세요.
dev-log-progress개발 진행 상황을 기록합니다. 구현 완료, 변경 사항, 리팩토링 등을 기록할 때 사용하세요.
dev-decision기술적 결정 사항(ADR)을 기록합니다. 아키텍처, 라이브러리 선택, 설계 결정 등을 문서화할 때 사용하세요.
dev-todo개발 TODO 항목을 추가합니다. 구현할 기능, 수정할 버그, 개선 사항 등을 기록합니다.
dev-idea개발 아이디어를 기록합니다. 향후 구현할 기능, 개선 아이디어 등을 빠르게 기록할 때 사용하세요.
dev-get-project-logs프로젝트의 개발 로그를 조회합니다. 최근 기록된 진행 상황, 결정 사항, TODO 등을 확인합니다.
journal-add-entry오늘의 Journal(일지)에 새로운 내용을 기록합니다. 미팅 내용, 할 일, 생각 등을 기록할 때 사용하세요.
journal-get-today오늘의 Journal 내용을 조회합니다. 오늘 기록한 내용, 할 일 등을 확인할 수 있습니다.
journal-get-date특정 날짜의 Journal 내용을 조회합니다.
page-create새로운 Page를 생성합니다. 프로젝트, 주제, 개념 등을 정리할 새 페이지를 만들 때 사용하세요. 내용은 자동으로 Logseq 아웃라이너 포맷으로 변환됩니다.
page-getPage의 내용을 조회합니다. 특정 주제에 대해 기록한 내용을 확인할 때 사용하세요.
page-listGraph 내 모든 Page 목록을 조회합니다. 어떤 페이지가 있는지 확인할 때 사용하세요.
page-deletePage를 삭제합니다. ⚠️ 주의: 삭제된 페이지는 복구할 수 없습니다.
page-get-references특정 Page를 참조하는 모든 곳(Backlinks)을 조회합니다. 연결된 내용을 탐색할 때 사용하세요.
search-queryGraph 내에서 키워드로 검색합니다. 특정 주제에 대한 기록을 찾을 때 사용하세요.
graph-info현재 열린 Graph의 정보를 조회합니다. 어떤 Graph가 활성화되어 있는지 확인할 때 사용하세요.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig
Axios: Header Injection via Prototype Pollution
Allocation of Resources Without Limits or Throttling in Axios
DOCS_PATH./docs # 개념 설계 문서 경로LOGSEQ_HOST"": "127.0.0.1",LOGSEQ_PORT"": "12315",LOGSEQ_TIMEOUTLOGSEQ_TOKENyour-api-tokenMCP_CORS_ORIGINSMCP_HOSTMCP_PORTMCP_TRANSPORTPROJECT_NAMEmy-project # 개발 기록이 연결될 Logseq 페이지 이름Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
21/21 tools missing one or more hints — block-get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); block-add (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); block-insert-child (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +18 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 0/21 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
0 critical, 11 high severity in production deps — axios@1.13.2 (high), axios@1.13.2 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dependency freshness
1/9 production deps stale: reflect-metadata@2024-03-29 (2.4y)
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/software-park/logseq-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check