Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. LynxMCP
LynxMCP logo
Health: ActiveRecent health check succeeded.Last checked 9/17/2026, 1:46:42 PM

LynxMCP

User RatingsBe the first to rate and review this MCP server!
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website
code-searchdeveloper-toolsragknowledge-graph

Local MCP search for code, documentation, and PDFs using AST indexing, hybrid retrieval, and an optional code knowledge graph.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for lorenzo-cambiaghi/LynxMCP, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

lorenzo-cambiaghi/LynxMCP MCP server provides local semantic search across codebases, documentation sites, and PDFs. It combines tree-sitter AST-aware chunking, BM25 keyword retrieval, dense embeddings, and optional reranking, while keeping indexed data on the local machine. An optional code knowledge graph exposes callers, callees, inheritance, imports, and impact paths. Reach for it when an AI coding agent needs precise symbols, token-efficient results, repository orientation, or code-review searches without sending source material to a remote service.

Use cases

β€’Search a codebase for complete functions and classes
β€’Trace callers, callees, imports, and inheritance relationships
β€’Find tests and estimate a symbol's transitive impact
β€’Search documentation sites and PDFs alongside source code
β€’Review only files changed against a base branch

Key features

β€’AST-aware indexing with tree-sitter
β€’Hybrid BM25 and dense retrieval
β€’Optional code knowledge graph
β€’Outline results for token-efficient triage
β€’Live file-watcher index updates
β€’Offline graph export and local HTTP data access

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by LynxMCP.

Extracted Tool Capabilities
AST-aware indexing with tree-sitter
Hybrid BM25 and dense retrieval
Optional code knowledge graph
Outline results for token-efficient triage
Live file-watcher index updates
Offline graph export and local HTTP data access

How LynxMCP works

What lorenzo-cambiaghi/LynxMCP MCP server does

lorenzo-cambiaghi/LynxMCP MCP server gives MCP-compatible AI agents a local retrieval layer for software projects and related reference material. It can index source code, public documentation sites, and PDF files together, allowing searches to span multiple sources or target one source explicitly.

Code is divided according to syntax rather than arbitrary text windows. Tree-sitter supports more than 18 languages, including TSX, and lets the index represent complete functions, classes, and other code units. Search results can include the symbol, file and line location, score, and retrieved code. An outline mode returns signatures without full bodies for lower-cost candidate triage.

How it works

The retrieval pipeline combines dense embeddings with code-aware BM25 search and merges their results using reciprocal rank fusion. An optional cross-encoder reranker can further refine results. The first local build downloads an embedding model of about 130 MB.

When enabled, the knowledge graph records relationships such as callers, callees, subclasses, superclasses, imports, and neighboring symbols. These relationships support impact analysis, shortest paths, module summaries, and symbol context. The graph can also be exported as a single offline view for sharing or archiving.

A file watcher updates the index after saved changes, with updates described as taking roughly two seconds. Search and graph data are also available as rows through a local HTTP API, which can be joined with other local data in DuckDB or Coral. Documentation pages are fetched on demand; JavaScript-rendered single-page applications can be handled through optional headless Chromium support.

Setup and configuration

Install the command-line package with pipx or uv:

bash
pipx install lynx-mcp
# or
uv tool install lynx-mcp

Create a project configuration with lynx manager init, then build the index with lynx build. The MCP client launches the service through the lynx serve --config command and a configuration file path. lynx manager ui provides guided setup, diagnostics, a query playground, and generated client configuration snippets.

Tools and capabilities

lorenzo-cambiaghi/LynxMCP MCP server exposes a fixed tool set, including:

  • Hybrid and multi-query search, with optional source selection and outline results.
  • Definition, usage, test, similar-code, symbol-description, and repository-overview queries.
  • Graph operations for callers, callees, inheritance, imports, paths, neighbors, and status.
  • Transitive impact analysis with affected tests and hop distances.
  • File-level module summaries and offline graph exports.
  • Searches limited to files changed against a base branch.
  • Source listing, index status, source updates, and locally stored feedback reports.

Limitations and notes

The service is designed for local operation and the supplied material states that indexed data does not leave the machine. It requires an initial index build and local storage for the sources and embedding model. Knowledge-graph features are optional, so graph-dependent queries may not be available unless that feature is enabled. Documentation indexing may require optional browser support for JavaScript-rendered sites.

The project targets Python 3.10 or newer and is licensed under Apache 2.0. The README names Claude Code, Cursor, Windsurf, Antigravity, and generic stdio clients as supported client contexts; client-specific configuration details may vary.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Codemunch Pro logoCodemunch Pro

    Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.

    πŸ’» Developer Tools3 views
    Compare vs Codemunch Pro β†’
  • Ontomics logoOntomics

    Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, 20x fewer tokens for codebase understanding queries.

    πŸ’» Developer Tools3 views
    Compare vs Ontomics β†’
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    πŸ’» Developer Tools4 views
    Compare vs Hub MCP β†’
  • Ovecc logoOvecc

    Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate

    πŸ’» Developer Tools2 views
    Compare vs Ovecc β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
9
Stargazers on the source repository.
Last commit
14d ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about LynxMCP

Install the `lynx-mcp` package with `pipx install lynx-mcp` or `uv tool install lynx-mcp`, then initialize configuration and build the index.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLynxMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lorenzo-cambiaghi-lynxmcp?style=directory)](https://allmcps.com/mcp/lorenzo-cambiaghi-lynxmcp)
HTML Embed
<a href="https://allmcps.com/mcp/lorenzo-cambiaghi-lynxmcp"><img src="https://allmcps.com/api/badge/lorenzo-cambiaghi-lynxmcp?style=directory" alt="LynxMCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseApache-2.0
ClientsCursor, Windsurf
Last updatedSep 7, 2026
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to LynxMCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code