@kitae9999/openlog-cli
v1.1.0
Published
Official OpenLog CLI and MCP server.
Readme
OpenLog CLI
Official CLI and MCP server for OpenLog.
npx -y @kitae9999/openlog-cli login
npx -y @kitae9999/openlog-cli whoami
npx -y @kitae9999/openlog-cli mcpLocal MCP permissions:
openlog mcp permissions
openlog mcp permissions set read-only
openlog mcp permissions set safe-write
openlog mcp permissions set full
openlog mcp permissions resetsafe-write is the default. Permission changes apply after the MCP server is restarted or reloaded.
MCP tool groups:
- Account and posts: authentication, notifications, authored/liked posts, image upload, post detail, and confirmed publishing
- Workspace context: workspace discovery, activity, working brief, tasks, logs, todos, memories, outputs, and graph links
- Safe writes: create/update, todo completion, link creation, image upload, and confirmed output/post publishing
- Full-only writes: individual workspace-document/link deletes and working-brief clear
MCP client configuration:
{
"mcpServers": {
"openlog": {
"command": "npx",
"args": ["-y", "@kitae9999/openlog-cli", "mcp"]
}
}
}Set OPENLOG_API_BASE_URL to point at a non-production API. Set
OPENLOG_WEB_BASE_URL to control absolute post URLs returned by publish_post.
Set OPENLOG_MCP_CONFIG_FILE to replace the default
~/.openlog/mcp-config.json permission file.
