Getting the right context into LLM conversations is friction-heavy:
Llm context.py mcp server lets Claude, Cursor and other MCP clients work with Llm Context.Py directly. Getting the right context into LLM conversations is friction-heavy:.
Getting the right context into LLM conversations is friction-heavy:
Once connected, the assistant can call these 6 tools directly:
lc-init — Initialize project configurationlc-select — Select files based on current rulelc-context — Generate and copy contextlc-outlines — Get code structure excerptslc-missing — Fetch files/implementations (manual MCP)Comparison — Both require sharing project context first. Both produce equivalent resultsSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Llm Context.Py sits in that group, and the shape of its toolset — lc-init, lc-select, lc-context among others — tells you what it is really for. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| lc-init | Initialize project configuration |
| lc-select | Select files based on current rule |
| lc-context | Generate and copy context |
| lc-outlines | Get code structure excerpts |
| lc-missing | Fetch files/implementations (manual MCP) |
| Comparison | Both require sharing project context first. Both produce equivalent results. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.