logseq-mcp
by alvinteh-git
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGSEQ_API_HOST | No | Logseq API host (default: localhost) | localhost |
| LOGSEQ_API_PORT | No | Logseq API port (default: 12315) | 12315 |
| LOGSEQ_MCP_DEBUG | No | Enable console output (set to 'true' to enable, default: false) | false |
| LOGSEQ_MCP_LOG_FILE | No | Custom log file path (optional) | |
| LOGSEQ_MCP_LOG_MODE | No | Logging mode: privacy, debug, minimal (default: privacy) | privacy |
| LOGSEQ_MCP_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) | INFO |
| LOGSEQ_MCP_TRANSPORT | No | Transport mode: stdio or sse (default: stdio) | stdio |
| LOGSEQ_DELETE_ENABLED | No | Enable delete_block tool (set to 'true' to enable, default: false) | false |
| LOGSEQ_MCP_LOG_MAX_SIZE | No | Max log file size before rotation (default: 10MB) | 10MB |
| LOGSEQ_MCP_PROJECT_ROOT | No | Absolute path to the project directory for log storage | |
| LOGSEQ_MCP_LOG_RETENTION_DAYS | No | Days to keep logs before automatic deletion (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alvinteh-git/logseq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server