Skip to main content
Glama

Logseq MCP Tools

pyproject.toml483 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "logseq-mcp" version = "0.2.0" description = "MCP server for Logseq integration" requires-python = ">=3.11" dependencies = [ "mcp[cli]>=1.2.0", "websocket-client>=1.4.0", "requests>=2.28.1" ] [project.urls] "Repository" = "https://github.com/apw124/logseq-mcp.git" [project.scripts] logseq-mcp = "logseq_mcp:main" [tool.hatch.build.targets.wheel] packages = ["src/logseq_mcp"]

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

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