Overview
What is TLCPD MCP?
TLCPD MCP is a Model Context Protocol server that gives your AI coding agent structured access to your codebase — outlines, exact symbol bodies, call graphs, and ranked context — instead of dumping whole files into the context window.
The result: agents find the right code in fewer, sharper steps and spend ~75% fewer input tokens getting there — roughly 4x more room for actual reasoning.
Local — run the
> Note: Both surfaces speak the identical MCP tool contract, so you can start hosted and move local (or run both) without changing how your agent calls tools.
The result: agents find the right code in fewer, sharper steps and spend ~75% fewer input tokens getting there — roughly 4x more room for actual reasoning.
Two ways to run it
- Hosted — point your agent at your workspace's MCP URL with an access token. Nothing to install; your repo is indexed in the cloud. Best for getting started.tlocpd CLI's MCP server on your machine against a checkout. Your code never leaves your laptop.> Note: Both surfaces speak the identical MCP tool contract, so you can start hosted and move local (or run both) without changing how your agent calls tools.