Home › Search: embeddings

Search: embeddings

Search MCP servers and agent skills by name, description, category or topic — 48 results.

Agent Skill Active

veniceai/venice-embeddings

Embeddings models, dimensions, and encoding formats

124 Python Updated 3d ago Score 66
Agent Skill Active

microsoft/azure-ai-openai-dotnet

GPT-4, embeddings, DALL-E, and Whisper client

2.9k TypeScript Updated 4d ago Score 85
MCP Server Active

samvallad33/vestige

Local-first cognitive memory for AI agents. FSRS-6 scheduling, smart ingest, SQLite storage, portable sync, embedded dashboard, and optional Cognitive Sandwich hooks for Claude Code, Cursor, Codex, and other MCP clients.

596 Rust Updated 5d ago Score 78
MCP Server Active

shinpr/mcp-local-rag

Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.

358 TypeScript Updated yesterday Score 76
MCP Server Active

scarletkc/vexor

A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.

232 Python Updated 3d ago Score 74
Agent Skill Active

scarletkc/vexor

Vector-powered CLI for semantic file search with a Claude/Codex skill

232 Python Updated 3d ago Score 74
Agent Skill Active

qdrant/skills

Agent skills for Qdrant vector search, covering scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage across Python, TypeScript, Rust, Go, .NET, and Java

215 Shell Updated 2d ago Score 73
MCP Server Active

MarcellM01/TinySearch

Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API.

177 Python Updated yesterday Score 68
MCP Server Active

Abhigyan-Shekhar/Waggle-mcp

Persistent graph memory for AI agents. Drop a conversation turn in via `observe_conversation()` and facts are auto-extracted, stored as typed graph nodes with local semantic embeddings (no API key). Supports temporal queries ("what did we decide last week?"), conflict detection, and context priming. One-command setup with `waggle-mcp init`. SQLite locally, Neo4j in production.

33 Python Updated today Score 65
MCP Server Active

BetaBots-LLC/callimachus

Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work.

32 Rust Updated 19d ago Score 65
MCP Server Active

oomkapwn/enquire-mcp

Long-term memory for AI agents (Claude Code/Desktop, Cursor, ChatGPT, Codex, OpenClaw) backed by a local Obsidian markdown vault. Hybrid retrieval (BM25 + ML embeddings + BGE reranker, RRF-fused), HNSW + int8 quantization, agentic RAG (HyDE + sub-question), GraphRAG-light (Louvain wikilink community detection), standalone Obsidian Bases, PDFs + Tesseract OCR. 46 tools, 19 MCP prompts, MIT, SLSA L2

27 TypeScript Updated today Score 64
MCP Server Active

Destrayon/Connapse

Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready.

15 C# Updated 11d ago Score 62
MCP Server Active

remembra-ai/remembra

Persistent memory layer for AI agents with entity resolution, PII detection, AES-256-GCM encryption at rest, and hybrid search. 100% on LoCoMo benchmark. Self-hosted.

15 HTML Updated 15d ago Score 62
MCP Server Active

vornicx/Midas

Local-first memory for long-horizon AI agents with no LLM at ingest — $0 per message, zero data egress, verbatim source-traceable recall. Typed belief revision, selective forgetting, and a provenance guard that blocks memory-justified destructive actions unless user-confirmed. One `midas init` wires Claude Code, Cursor, Codex, and 6 more clients to one shared SQLite memory; local web inspector and

12 Python Updated 4d ago Score 61
MCP Server Active

jagoff/memo

Local-first semantic memory server with hybrid search, plain Markdown storage, MLX or CPU embeddings, contradiction detection, time-travel history, synthesis, and cross-machine git sync.

10 Python Updated today Score 60
MCP Server Active

YGao2005/scholar-feed-mcp

Semantic search over 600k+ CS/AI papers with citation-graph traversal, full-text extraction, embeddings, and BibTeX export. Works anonymously or with a free key. Install: `npx scholar-feed-mcp init`.

10 TypeScript Updated yesterday Score 60
MCP Server Active

HBarefoot/engram

Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. `npm install -g @hbarefoot/engram`

7 JavaScript Updated 26d ago Score 59
MCP Server Stale

Govcraft/rust-docs-mcp-server

Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization.

289 Rust Updated 8mo ago Score 58
MCP Server Active

AkashGoenka/coldstart

Codebase memory for coding agents, with no embeddings and no API key. A deterministic AST index answers "which files are relevant to this task?" in milliseconds, and agents write durable notes about the repo that are content-hash checked — a note flags itself stale the moment the code it describes changes. Notes are markdown inside the repo, so they commit and review alongside your code. `npm i -g

6 TypeScript Updated today Score 58
MCP Server Maintained

grahammccain/chart-library-mcp

Historical stock chart pattern intelligence for AI agents. 24M pre-computed embeddings across 15K stocks and 10 years of data. Search by ticker+date or screenshot to find the most similar historical patterns and see what happened next. 19 tools including pattern search, forward returns, regime analysis, and trade simulation. Install: `pip install chartlibrary-mcp`. Free tier: 200 calls/day.

20 Python Updated 1mo ago Score 56
MCP Server Maintained

Swih/mistral-mcp

MCP server exposing 22 Mistral AI capabilities (chat, OCR, audio, vision, agents, embeddings, moderation, classification, files, batch) with dual transport (stdio + Streamable HTTP), structured outputs on every tool, and 6 curated French/English prompts with argument completion. Vendor API key required.

14 TypeScript Updated 1mo ago Score 55
MCP Server Active

whyy9527/ariadne

Cross-service API dependency graph for microservice codebases. Give it a business term or endpoint name; get back a ranked chain of GraphQL operations, REST endpoints, Kafka topics, and frontend queries across all services. Offline, local SQLite + TF-IDF + optional embeddings.

2 Python Updated 19d ago Score 55
MCP Server Active

teflon07/memkeeper

Local-first memory for AI agents: a single self-contained Rust binary over one SQLite file. Hybrid BM25/FTS + on-device ONNX embeddings + cross-encoder rerank; abstains instead of returning a confident wrong memory. No server, no API key, zero marginal cost. `memkeeper mcp`

2 Rust Updated 9d ago Score 55
MCP Server Stale

elvismdev/mem0-mcp-selfhosted

Self-hosted mem0 MCP server for Claude Code with Qdrant vector search, Neo4j knowledge graph, and Ollama embeddings. Zero-config OAT auth, split-model graph routing, session hooks for automatic cross-session memory, and 11 tools. Supports both Anthropic and fully local Ollama setups.

103 Python Updated 4mo ago Score 53
MCP Server Maintained

Cavinooo/claude-find

Pull Deep Memory from across your Claude Code Sessions — when you need it.

10 TypeScript Updated 1mo ago Score 53
MCP Server Maintained

tribal-memory/tribal

Self-hosted semantic memory server, served over MCP, for an engineering team's tribal knowledge: the tacit decisions and hard-won reasoning behind the code, captured once and kept queryable for the team and the agents they work with. Postgres-backed (pgvector).

8 Rust Updated 1mo ago Score 53
MCP Server Active

swapnanil/vectr

Semantic codebase search + persistent working memory for AI code editors. Hybrid dense + BM25 search over AST-aware chunks, a symbol graph for locate/trace, and typed notes that survive context compaction and session restarts. Local embeddings, zero config, no API key. `pip install vectr`

1 Python Updated 2d ago Score 53
MCP Server Active

ocbenji/bitcoinbenji-mcp

Lightning-paid (L402) Bitcoin mempool intelligence + sovereign on-prem AI inference. 25 pay-per-call tools: live fees with trend, whale/mempool alerts, fee prediction, tx status & exact fee quotes, plus AI summarize/translate/grammar/code-review/code-gen/extract/classify/rewrite/explain/vision/OCR/embeddings and long-context docs — all on a self-hosted solar-powered GPU, no third-party APIs, pay 2

1 JavaScript Updated 21d ago Score 53
MCP Server Active

Kali123411/k402-mcp

Agent-payable APIs settled on Kaspa L1: text tools (summarize, schema-guaranteed extract, classify, rewrite), web reading, embeddings + semantic search, live Kaspa chain data, GPU LLM tiers, covenants-as-a-service, and RISC Zero zk proving with cycle-exact quotes. Pay per call in KAS, BTC, LTC, DOGE, BCH, DASH, ETH, or USDC — fractions of a cent, no account or API key. `pip install k402-mcp`

1 Python Updated 15d ago Score 53
MCP Server Maintained

KVANTRA-dev/NOUZ-MCP

Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp`

18 Python Updated 2mo ago Score 51
MCP Server Active

pavelpilyak/devrecall

Local-first developer activity aggregator. Indexes commits, PRs, Jira/Linear tickets, Confluence docs, Slack threads, and Calendar events into SQLite + FTS5 + on-device ONNX embeddings; exposes 15 tools, 3 resources, and 3 prompts so Claude Code, Cursor, and Codex can search and cite your past work. `brew install --cask pavelpilyak/devrecall/devrecall`

3 Go Updated yesterday Score 51
MCP Server Official Maintained

VoxellInc/forge-mcp

Official MCP server for [Forge](https://voxell.ai), Voxell's hosted text-embedding API. Generate vector embeddings (turbo 1024d, pro 2560d, ultra 4096d; Matryoshka truncation) for semantic search and RAG. `npx -y @voxell/forge-mcp`

1 TypeScript Updated 2mo ago Score 51
MCP Server Stale

srclight/srclight

Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.

52 Python Updated 3mo ago Score 50
MCP Server Active

lfrmonteiro99/memento-mcp

Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions.

2 TypeScript Updated 7d ago Score 50
MCP Server Active

hedging8563/tokenlab-mcp-server

TokenLab AI gateway MCP server for model and pricing discovery, OpenAI-compatible Chat Completions, and native Responses, Anthropic Messages, and Gemini inference. Catalog tools require no API key; inference tools use an optional TokenLab key.

0 JavaScript Updated 7d ago Score 50
MCP Server Stale

vezlo/src-to-kb

Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding.

38 JavaScript Updated 7mo ago Score 49
MCP Server Maintained

Dan8Oren/mcp-apple-notes

Semantic search and RAG over Apple Notes with on-device embeddings, full CRUD, folder management, and fuzzy title matching. 10 tools. Runs fully locally — no API keys required.

12 JavaScript Updated 1mo ago Score 49
MCP Server Maintained

stevepridemore/graph-memory

Personal knowledge graph for Claude on Neo4j. Typed entities (Person/Project/Decision/Preference/Concept), bi-temporal edge validity (`valid_at`/`invalid_at`), per-type weighted decay, contradiction detection, and a nightly "dream" extraction process. Local bge-small-en embeddings, no API keys. Optional OAuth 2.1 + Cloudflare Tunnel for cross-device use across Claude Code, Desktop, web, and iOS.

2 TypeScript Updated 2mo ago Score 48
MCP Server Stale

aitytech/agentkits-memory

Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client.

64 TypeScript Updated 5mo ago Score 46
MCP Server Maintained

ayushagrawal288/memex

Production-grade persistent memory service for AI agents. Semantic search with recency decay (configurable α blend), local ONNX embeddings (zero API cost), background memory summarisation, and Prometheus/Grafana observability. `docker compose up` — no cloud dependencies.

1 Python Updated 1mo ago Score 46
MCP Server Maintained

andyliszewski/grounding-ai

Build a searchable index from PDFs, EPUBs, and Word docs. Claude queries it via MCP and pulls grounded answers with exact page-and-section citations. Local-first, no cloud dependency.

1 Python Updated 1mo ago Score 46
MCP Server Active

seanmarkwei/agentram-mcp

Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. `npx -y agentram-mcp`

0 JavaScript Updated 13d ago Score 45
MCP Server Maintained

AlekseiMarchenko/central-intelligence

Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client.

2 TypeScript Updated 2mo ago Score 43
MCP Server Stale

tomohiro-owada/devrag

Lightweight local RAG MCP server for semantic vector search over markdown documents. Reduces token consumption by 40x with sqlite-vec and multilingual-e5-small embeddings. Supports filtered search by directory and filename patterns.

62 Go Updated 3mo ago Score 41
MCP Server Maintained

ahmetakyurt/zipmem-mcp

Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (file→line→concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp`

0 TypeScript Updated 1mo ago Score 38
MCP Server Stale

Cartisien/engram-mcp

Persistent semantic memory for AI agents. SQLite-backed, local-first, zero config. Semantic search via Ollama embeddings (nomic-embed-text) with keyword fallback. remember, recall, history, forget, and stats tools. Works with Claude Desktop, Cursor, and any MCP client.

1 TypeScript Updated 3mo ago Score 36
MCP Server Stale

gpu-bridge/mcp-server

Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits.

2 JavaScript Updated 4mo ago Score 33
MCP Server Stale

gogabrielordonez/mcp-ragchat

Add RAG-powered AI chat to any website with one command. Local vector store, multi-provider LLM (OpenAI/Anthropic/Gemini), self-contained chat server and embeddable widget.

2 TypeScript Updated 5mo ago Score 28