Skip to content
Back to search
30
MCP

Codebaxing

pulsemcp/codebaxing

Provides semantic code search capabilities using natural language queries, indexing codebases with Tree-sitter parsing, all-MiniLM-L6-v2 embeddings, and ChromaDB vector storage.

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

Similar MCP servers embedding-nearest

CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
Codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
0 tools
CodeDox
Crawls documentation websites and extracts code snippets using tree-sitter parsing, automatically categorizing and enriching them with metad
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
Codebase RAG
Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling
0 tools
CodeAlive
Provides a bridge to CodeAlive's platform for semantic code search, repository exploration, and context-aware chat completions that leverage
0 tools

How to use

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

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