logseq-mcp
Logseq MCP Server is a Model Context Protocol server that integrates directly with Logseq, enabling programmatic management of notes and knowledge graphs. Its functionalities include creating and managing pages and blocks within Logseq, facilitating enhanced interaction with personal or shared knowledge bases.
How do I install the Logseq MCP Server?
You can install the server using pip with the command pip install mcp-server-logseq
or from source by cloning the repository and running the server.
How do I configure the API key for Logseq?
Generate an API token in Logseq under API → Authorization tokens, then set it as an environment variable or pass it via the command line.
What is the default URL for the Logseq MCP Server?
The default URL is http://localhost:12315, but it can be customized using the --url
command line option.
Can I create journal pages using the Logseq MCP Server?
Yes, you can create journal pages by setting the journal
parameter to true when creating a page.
What are some potential contributions to the Logseq MCP Server?
Contributions can include adding new API endpoints, improving block manipulation capabilities, adding template support, and enhancing error handling.