@milad_flow2026/logpose-mcp
v0.1.1
Published
One-line installer that wires Logpose's MCP server into Claude Desktop's config — prompts for your API token and merges the entry without touching existing servers.
Maintainers
Readme
@milad_flow2026/logpose-mcp
One-line installer that wires Logpose's MCP server into Claude Desktop's config. Prompts for your API token, writes the entry, preserves any other MCP servers you already have configured.
Install
npx @milad_flow2026/logpose-mcp installThe installer will:
- Locate your
claude_desktop_config.json(macOS, Windows, or Linux). - Make a timestamped backup if one exists.
- Prompt for your API token, MCP URL (default
https://logpose.one/api/mcp), and the server name to use in the config (defaultlogpose). - Merge the new entry into
mcpServerswithout touching other servers. - Write atomically (temp file + rename) so a crashed installer can never leave a half-written config.
After install, restart Claude Desktop (Cmd+Q on macOS, not just close window). The wrench icon in the composer will list 14 new tools.
Get an API token
Mint one in the Logpose admin area: https://logpose.one/admin/organizations (superadmin access required). The token plaintext is shown once at creation — copy it immediately.
Non-interactive (CI / scripts)
npx @milad_flow2026/logpose-mcp install \
--token=lpt_xxxxxxxxxxxxxxxx \
--url=https://logpose.one/api/mcp \
--name=logpose \
--yesUninstall
npx @milad_flow2026/logpose-mcp uninstallRemoves the named entry (default logpose) and writes a backup. Other
mcpServers entries stay untouched.
Claude Code users
You don't need this installer. Use the native CLI:
claude mcp add --scope user --transport http logpose \
https://logpose.one/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"Trust
This package has zero runtime dependencies — only Node.js built-ins
(fs, os, path, readline). Audit the source on
https://github.com/Milo-Flow/logpose under tools/mcp-installer/.
License
MIT — see LICENSE file.
