Skip to content
Back to search
30
MCP

TeaRAGs

pulsemcp/tearags

Provides semantic code search across large codebases using vector embeddings and AST-aware chunking with git metadata integration for intelligent code discovery and analysis.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Codebase RAG
Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling
0 tools
Code Graph RAG
Provides advanced code graph analysis through specialized agents for parsing, indexing, querying, and semantic search across codebases with
0 tools
Crawl4AI RAG
Combines web crawling with vector search to enable content extraction, semantic indexing, and retrieval-augmented generation over web-based
0 tools
DeepRepo
RAG engine for local codebases with multi-provider AI support and semantic search.
0 tools
RagCode
Privacy-first semantic code search using local Ollama and Qdrant vector storage for multi-language repository understanding
0 tools
seekq
Semantic code search tool for local codebases using BGE-Small embeddings, tree-sitter-aware chunking, and hybrid BM25 retrieval via MCP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tearags": {
      "url": "None",
      "transport": "http"
    }
  }
}