litos-mcp

stubbies/litos-mcp
★ 1 stars Go Database Updated today
MCP server that indexes repo symbols locally (SQLite/FTS5) so coding agents search structure first and read only the lines they need.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "litos-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/stubbies/litos-mcp@latest"
      ]
    }
  }
}

README Excerpt

A local MCP server that helps coding agents find code with fewer tokens. Instead of grepping the repo or reading whole files, agents search a **structural skeleton index** (symbols, kinds, scopes, line ranges) and read only the slices they need. Litos MCP indexes your repository into a small SQLite database (`.lcn_cache.db`) at the project root. It extracts definitions—functions, types, classes, interfaces—not full source bodies. Agents query that index through MCP tools, get back compact JSON h

Tools (2)

match_modereconcile_needed

Topics

claude-codecode-searchcoding-agentscursordeveloper-toolsgolocal-firstmcpsqlite
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →