Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for code graph analysis, test intelligence, and progress tracking <div align="center"> <img src="docs/brain-logo.svg" alt="lxRAG MCP Logo" width="200" /> <br/> <big><big><strong>LxRAG MCP</strong></big></big> <p><em>short for <strong>lexic RAG</strong></em></p> <p>A memory and code intelligence layer for LLM agents.</p> </div> <div align="center"> </div> --- LxRAG Server is your MCP-native memory and code intelligence layer for smarter, faster AI-assisted development. Turn your rep Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
@stratsolver/graph-server is best for mcp, lxrag, memgraph workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
MCP server for code graph analysis, test intelligence, and progress tracking <div align="center"> <img src="docs/brain-logo.svg" alt="lxRAG MCP Logo" width="200" /> <br/> <big><big><strong>LxRAG MCP</strong></big></big> <p><em>short for <strong>lexic RAG</strong></em></p> <p>A memory and code intelligence layer for LLM agents.</p> </div> <div align="center"> </div> --- LxRAG Server is your MCP-native memory and code intelligence layer for smarter, faster AI-assisted development. Turn your rep
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Lexcoder2
Artifacts
0
Benchmarks
0
Last release
0.0.1
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/lexCoder2/lxRAG-MCP.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Lexcoder2
Protocol compatibility
MCP
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
git clone https://github.com/lexCoder2/lxRAG-MCP.git cd lxRAG-MCP npm install && npm run build
bash
docker compose up -d memgraph qdrant
bash
docker compose ps memgraph qdrant # both should show "healthy" / "running"
json
{
"servers": {
"lxrag": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/lxRAG-MCP/dist/server.js"],
"env": {
"MCP_TRANSPORT": "stdio",
"MEMGRAPH_HOST": "localhost",
"MEMGRAPH_PORT": "7687",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333"
}
}
}
}json
{
"mcpServers": {
"lxrag": {
"command": "node",
"args": ["/absolute/path/to/lxRAG-MCP/dist/server.js"],
"env": {
"MCP_TRANSPORT": "stdio",
"MEMGRAPH_HOST": "localhost",
"MEMGRAPH_PORT": "7687",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333"
}
}
}
}json
{
"name": "init_project_setup",
"arguments": {
"workspaceRoot": "/absolute/path/to/your-project",
"sourceDir": "src",
"projectId": "my-repo"
}
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for code graph analysis, test intelligence, and progress tracking <div align="center"> <img src="docs/brain-logo.svg" alt="lxRAG MCP Logo" width="200" /> <br/> <big><big><strong>LxRAG MCP</strong></big></big> <p><em>short for <strong>lexic RAG</strong></em></p> <p>A memory and code intelligence layer for LLM agents.</p> </div> <div align="center"> </div> --- LxRAG Server is your MCP-native memory and code intelligence layer for smarter, faster AI-assisted development. Turn your rep
LxRAG Server is your MCP-native memory and code intelligence layer for smarter, faster AI-assisted development.
Turn your repository into a queryable graph so your agents can answer architecture, impact, and planning questions without re-reading the entire codebase on every turn — and so you can stop wasting context budget on files that haven't changed.
→ QUICK_START.md — deploy, connect your vscode editor with ease, wire Copilot or Claude, make your first query (~5 min).
→ QUICK_REFERENCE.md — all 38 tools with parameters, look the process.
If you find this project helpful (I hope you do) consider buying me a coffee ☕
| Capability | What you get |
| --------------------------- | --------------------------------------------------------------------- |
| Code graph intelligence | Cross-file dependency answers instead of raw file dumps |
| Agent memory | Persistent decisions and episodes that survive session restarts |
| Hybrid retrieval | Better relevance for natural-language code questions |
| Temporal model | Historical queries (asOf) and change diffs (diff_since) |
| Test intelligence | Impact-scoped test selection so you only run what matters |
| Docs & ADR indexing | Search your READMEs and decision records the same way you search code |
| MCP-native runtime | Works with VS Code Copilot, Claude, and any MCP-compatible client |
Most code intelligence tools cover one layer — RAG embeddings, graph structure, or agent memory — but not all three. That means:
LxRAG uniquely combines all three layers purpose-built for code:
1. Graph Structure — not RAG embeddings
2. Session Persistence & Agent Memory — survives restarts
asOf, diff_since)3. Hybrid Retrieval — graph + vector + BM25
4. MCP Tools — 38 deterministic, automatable actions
graph_query — Natural language + Cypher code discoverycode_explain — Full dependency context (not just definition)impact_analyze — Blast radius of changes (not manual checking)test_select — Exact affected tests (not full suite)arch_validate — Rule-based violation detection (not keyword search)| Capability | lxRAG | Others |
|---|---|---|
| Session persistence | ✅ Native | ❌ / ⚠️ External setup |
| Agent memory + temporal reasoning | ✅ Episodes + asOf | ❌ Not available |
| Cross-file graph reasoning | ✅ Graph edges | ⚠️ Shallow or manual |
| Multi-agent safety | ✅ Claims/releases | ❌ No coordination |
| Impact-scoped test selection | ✅ Built-in | ❌ Full suite or manual |
| Architecture validation | ✅ Rule-based | ❌ Generic or none |
| Open source / cost | ✅ MIT · $0 | ❌/⚠️ Closed or paid |
vs Grep/Manual (9x-6000x faster, <1% false positives) vs Vector RAG (5x token savings, 10x more relevant)
Ask questions about your codebase in plain English or Cypher — your agent gets cross-file dependency answers, not raw file dumps.
graph_querycode_explain)find_pattern, arch_validate)semantic_slice)Your agent remembers what it decided, what it changed, and what broke — even after a VS Code restart.
Stop running your full test suite on every change. LxRAG tells your agent exactly which tests are affected.
impact_analyze)test_select, test_run)test_categorize, suggest_tests)Your READMEs, architecture decision records, and changelogs become first-class searchable graph nodes.
index_docs)search_docs?query=...)search_docs?symbol=MyClass)progress_query, task_update, feature_status)context_pack)blocking_issues)LxRAG runs as an MCP server over stdio or HTTP and coordinates three data planes behind a single tool interface:
compact) and detail-rich (debug) responsesWhen you call graph_query in natural mode, retrieval runs as hybrid fusion:
text_search when available, local fallback otherwise)The server exposes 38 MCP tools across:
graph_set_workspace, graph_rebuild, graph_health, graph_querycode_explain, find_pattern, semantic_slice, context_pack, diff_sincearch_validate, arch_suggestsemantic_search, find_similar_code, code_clusters, semantic_difftest_select, test_categorize, impact_analyze, test_run, suggest_testsprogress_query, task_update, feature_status, blocking_issuesepisode_add, episode_recall, decision_query, reflect, agent_claim, agent_release, agent_status, coordination_overviewcontract_validateindex_docs, search_docsref_query — query a sibling repo for architecture insights, patterns, and code examplesinit_project_setup, setup_copilot_instructions — one-shot onboarding and AI assistant scaffoldingRecommended setup: run Memgraph and Qdrant in Docker (
docker compose up -d memgraph qdrant), then run the MCP server on your host via stdio. Your editor spawns the process directly — native filesystem paths, no HTTP port, no session headers.
See QUICK_START.md for full VS Code + Copilot/Claude wiring instructions.
git clone https://github.com/lexCoder2/lxRAG-MCP.git
cd lxRAG-MCP
npm install && npm run build
Launch only Memgraph and Qdrant — the MCP server runs locally via stdio, not in Docker:
docker compose up -d memgraph qdrant
Verify they are healthy:
docker compose ps memgraph qdrant # both should show "healthy" / "running"
VS Code — add to your .vscode/mcp.json (or user settings.json):
{
"servers": {
"lxrag": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/lxRAG-MCP/dist/server.js"],
"env": {
"MCP_TRANSPORT": "stdio",
"MEMGRAPH_HOST": "localhost",
"MEMGRAPH_PORT": "7687",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333"
}
}
}
}
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"lxrag": {
"command": "node",
"args": ["/absolute/path/to/lxRAG-MCP/dist/server.js"],
"env": {
"MCP_TRANSPORT": "stdio",
"MEMGRAPH_HOST": "localhost",
"MEMGRAPH_PORT": "7687",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333"
}
}
}
}
Once the server is connected in your editor, run this single tool call to set context, index the graph, and generate copilot instructions in one step:
{
"name": "init_project_setup",
"arguments": {
"workspaceRoot": "/absolute/path/to/your-project",
"sourceDir": "src",
"projectId": "my-repo"
}
}
That's it — the graph rebuild runs in the background and your project is ready to query.
| Workflow | Minimal tool sequence | Outcome |
| ------------------------------ | ------------------------------------------------------ | ---------------------------------------------- |
| Boot a project context | initialize → graph_set_workspace → graph_rebuild | Graph becomes query-ready for that MCP session |
| Understand a subsystem | graph_query → code_explain → semantic_slice | Dependency map + concrete code slice |
| Plan safe changes | impact_analyze → test_select → test_run | Change radius + focused test execution |
| Coordinate multiple agents | agent_claim → context_pack → task_update | Ownership, task context, and durable progress |
{
"name": "graph_set_workspace",
"arguments": {
"workspaceRoot": "/workspace",
"sourceDir": "src",
"projectId": "my-repo"
}
}
{
"name": "graph_query",
"arguments": {
"query": "find key graph files",
"language": "natural",
"mode": "local",
"limit": 5
}
}
{
"name": "context_pack",
"arguments": {
"task": "stabilize hybrid retrieval outputs",
"taskId": "PHASE8-RET-01",
"agentId": "agent-copilot",
"profile": "compact"
}
}
npm run start # stdio server (recommended for editor use)
npm run start:http # HTTP supervisor (multi-session / remote)
npm run build # compile TypeScript
npm test # run all 109 tests
| Path | What's inside |
| ------------------------------------ | ------------------------------------------------------------------- |
| src/server.ts, src/mcp-server.ts | MCP / HTTP transport surfaces |
| src/tools/tool-handlers.ts | all 35 tool implementations |
| src/graph/ | graph client, orchestrator, hybrid retriever, watcher, docs builder |
| src/engines/ | architecture, test, progress, community, episode, docs engines |
| src/parsers/ | AST and markdown parsers (tree-sitter + regex fallback) |
| src/response/ | response shaping, profile budgets, summarization |
| docs/AGENT_CONTEXT_ENGINE_PLAN.md | implementation plan and phase status |
| docs/GRAPH_EXPERT_AGENT.md | full agent runbook |
Every feature below is production-ready today:
graph_query — vector + BM25 + graph expansion fused with RRFLXRAG_USE_TREE_SITTER=true)asOf, compare changes with diff_sinceindex_docs parses all your markdown into graph nodes; search_docs queries them with BM25 or by symbol associationgraph_query calls blend vector, BM25, and graph signals with RRF so you get the most relevant results across the whole codebase, not just the closest embedding match.LXRAG_USE_TREE_SITTER=true; each language falls back gracefully if the grammar isn't installed.impact_analyze + test_select tell your agent exactly which tests to run after a change, cutting unnecessary CI time without sacrificing coverage confidence.index_docs walks the workspace, parses every markdown file into DOCUMENT and SECTION nodes, and stores them in the graph. search_docs retrieves them by text query or by symbol association.asOf and diff_since let you or your agent reason about the state of any file or symbol at any point in the past.compact-profile responses genuinely useful without growing the payload.text_search is used when available; the server falls back to a local lexical scorer automatically so retrieval never breaks.The test suite covers all parsers, builders, engines, and tool handlers — 109 tests across 5 files, all green.
npm test # run all 109 unit tests
npm run benchmark:check-regression # check latency / token-efficiency regressions
Benchmark scripts under scripts/ and benchmarks/ track:
All new features ship with tests. The docs feature alone added 101 tests (50 parser + 23 builder + 17 engine + 11 tool-handler contract tests) before landing.
A few habits that make a big difference:
graph_set_workspace → graph_rebuild (or let your configured client do it automatically via .github/copilot-instructions.md)graph_query over file reads for discovery — you'll use far fewer tokens and get cross-file context for freeprofile: compact for autonomous loops where every token counts; switch to balanced or debug when you need more detailgraph_rebuild with mode: incremental); the file watcher handles this for you during active sessionsimpact_analyze before tests so your agent only executes what's actually affected by a changeSee:
.github/copilot-instructions.mddocs/GRAPH_EXPERT_AGENT.mdPull requests are welcome! Whether it's a new parser, a tool improvement, a bug fix, or better docs — open an issue to discuss what you'd like to change, or just send a PR directly.
src/tools/tool-handlers.ts and src/server.ts; include testsLxRAG MCP is built and maintained in my personal time — researching graph retrieval techniques, designing the tool surface, writing tests, and keeping everything working across MCP protocol updates. a cup of coffe or any help you can provide will make a difference, If it saves you time or makes your AI-assisted workflows meaningfully better, consider supporting the work:
Every contribution — no matter the size — helps keep the project active and lets me prioritize new features and support over other obligations. Thank you. 🙏
MIT
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:01:21.943Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "lxrag",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "memgraph",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "test-intelligence",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "progress-tracking",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:lxrag|supported|profile capability:memgraph|supported|profile capability:test-intelligence|supported|profile capability:progress-tracking|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Lexcoder2",
"href": "https://github.com/lexCoder2/lxRAG-MCP",
"sourceUrl": "https://github.com/lexCoder2/lxRAG-MCP",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:04:20.649Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:04:20.649Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/lexCoder2/lxRAG-MCP",
"sourceUrl": "https://github.com/lexCoder2/lxRAG-MCP",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:04:20.649Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-lexcoder2-lxrag-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to @stratsolver/graph-server and adjacent AI workflows.