From b8f54fc1d2f9888729c1991f5a71a88adc15b83f Mon Sep 17 00:00:00 2001 From: Nikita Groshin Date: Wed, 8 Apr 2026 00:30:15 -0700 Subject: [PATCH] Add Sverklo to third-party servers Sverklo is a local-first code intelligence MCP server for AI coding agents. MIT licensed, zero telemetry, runs entirely on the user's laptop. Combines hybrid semantic search (BM25 + ONNX embeddings + PageRank fused via Reciprocal Rank Fusion), symbol-level impact analysis for refactor blast radius, diff-aware MR review with risk scoring, and bi-temporal memory tied to git SHA in one MCP server. Ten languages via tree-sitter (TS, JS, Python, Go, Rust, Java, C, C++, Ruby, PHP). Works with Claude Code, Cursor, Windsurf, VS Code, JetBrains, and Google Antigravity. Inserted alphabetically between Supadata and Tako. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..cd20c86d01 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ Official integrations are maintained by companies building production ready MCP - Sunra AI Logo **[Sunra AI](https://github.com/sunra-ai/sunra-clients/tree/main/mcp-server)** - Search for and run AI models on [Sunra.ai](https://sunra.ai). Discover models, create video, image, and 3D model content, track their status, and manage the generated media. - Supabase Logo **[Supabase](https://github.com/supabase-community/supabase-mcp)** - Interact with Supabase: Create tables, query data, deploy edge functions, and more. - Supadata Logo **[Supadata](https://github.com/supadata-ai/mcp)** - Official MCP server for [Supadata](https://supadata.ai) - YouTube, TikTok, X and Web data for makers. +- Sverklo Logo **[Sverklo](https://github.com/sverklo/sverklo)** - Local-first code intelligence MCP for AI coding agents. Hybrid semantic search (BM25 + ONNX embeddings + PageRank), symbol-level impact analysis, diff-aware MR review with risk scoring, and bi-temporal memory tied to git state. Runs entirely on your laptop — no API keys, no cloud. - Tako Logo **[Tako](https://github.com/TakoData/tako-mcp)** - Use natural language to search [Tako](https://trytako.com) for real-time financial, sports, weather, and public data with visualization - Tavily Logo **[Tavily](https://github.com/tavily-ai/tavily-mcp)** - Search engine for AI agents (search + extract) powered by [Tavily](https://tavily.com/) - Telnyx Logo **[Telnyx](https://github.com/team-telnyx/telnyx-mcp-server)** - Official MCP server for building AI-powered communication apps. Create voice assistants, send SMS campaigns, manage phone numbers, and integrate real-time messaging with enterprise-grade reliability. Includes remote [streamable-http](https://api.telnyx.com/v2/mcp) and [sse](https://api.telnyx.com/mcp/sse) servers.