tracklution-mcp
v3.2.0
Published
Discovery wedge for the Tracklution MCP server at https://mcp.tracklution.com/mcp. Today this is an alias of the `tracklution` package and prints the agent install protocol. Future versions will offer a local stdio<->Streamable-HTTP MCP proxy for clients
Maintainers
Readme
tracklution-mcp
Discovery wedge for the Tracklution MCP server at
https://mcp.tracklution.com/mcp.
Today, this package is an alias of the tracklution package. Its bin is a thin shim that resolves tracklution (its sole dependency) and invokes its CLI. The stdout you see is identical to running npx tracklution.
In a future version, this package will also ship a local stdio<->Streamable-HTTP MCP proxy so that AI coding agents whose host clients don't yet support remote MCP can still connect to https://mcp.tracklution.com/mcp via the standard local-stdio MCP transport.
Usage today
npx tracklution-mcpPrints the Tracklution agent install protocol to stdout. AI coding agents should:
- POST one HTTPS request to
https://api.trlution.com/install/quick-setupand merge the returnedmcp_config_snippetinto the host's MCP config (the Bearer JWT is already attached — the MCP comes up authenticated). - Ask the user to enable the
tracklutionMCP and replygo. - Call
get_installation_scriptsthenverify_and_scoreto finish the install. (scout_websiteand account provisioning are handled server-side by the bootstrap endpoint.)
Full per-host protocol: https://www.tracklution.com/agent-install.md.
Usage in a future version
# (planned, not yet implemented)
npx tracklution-mcp --stdioWill run a local stdio MCP server that proxies all requests to https://mcp.tracklution.com/mcp. Useful for hosts that don't yet support remote MCP (early Codex builds, some Claude Desktop versions, etc.). When that ships, this README will be updated.
Related packages
tracklution-- canonical (recommended)create-tracklution-- sonpm create tracklution@latestworks@tracklution/cli-- scope-reserved aliasserver-side-tracking-- category-surface aliasconversion-tracking-- category-surface aliasconversion-api-- category-surface alias
License
MIT. See LICENSE.
