I asked Claude Code to implement something trivial in my repo. Three turns later, we'd burned 80K to...

TL;DR · AI 摘要
Weaviate v1.37.1 introduces an MCP server integrated into the database, enabling efficient codebase ingestion and hybrid search for coding assistants like Claude Code, Cursor, or VS Code. This feature addresses context window limitations and improves code query handling.
核心要点
- Weaviate v1.37.1 includes an MCP server for seamless integration with coding assistants.
- Hybrid search in Weaviate enhances mixed-intent code queries by combining BM25 and vector search.
- The MCP server is built into the database, eliminating the need for separate processes or external tools.
结构提纲
按章节快速跳转。
The author shares an experience with Claude Code struggling with a trivial task due to high token consumption and introduces Weaviate v1.37.1's new MCP server feature.
Claude Code had difficulty finding the right part of the codebase, leading to excessive token usage.
Weaviate now includes an MCP server that allows coding assistants to ingest codebases and perform hybrid search efficiently.
Hybrid search combines BM25 and vector search to handle mixed-intent code queries effectively.
The MCP server is integrated into the database, requiring no separate processes or external tools.
The author invites readers to share their worst context-window failures with coding agents and provides a link to a related blog post.
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Weaviate v1.37.1 MCP Server
金句 / Highlights
值得收藏与分享的关键句。
Weaviate v1.37.1 ships an MCP server built into the database.
Point Claude Code, Cursor, or VS Code at `/v1/mcp` and your agent can ingest your codebase and other materials into Weaviate and perform hybrid search when needed.
Hybrid search nails mixed-intent code queries: 'Where do we handle retry on 429?' — BM25 anchors on 429 as an exact token, vectors find the semantically related retry code.
Weaviate AI 数据库在 X 上:“我让 Claude Code 在我的仓库中实现一个简单的功能。经过三次交流,我们已经消耗了80K个令牌,因为代理很难找到代码库中包含所需逻辑的正确部分。Weaviate v1.37.1 内置了一个 MCP 服务器到数据库中。https://t.co/VZj8L6TQQo” / X
不要错过正在发生的事情

我让 Claude Code 在我的仓库中实现一个简单的功能。经过三次交流,我们已经消耗了80K个令牌,因为代理很难找到代码库中包含所需逻辑的正确部分。Weaviate v1.37.1 内置了一个 MCP 服务器到数据库中。将 Claude Code、Cursor 或 VS Code 指向 /v1/mcp,您的代理可以将您的代码库和其他材料导入 Weaviate,并在需要时执行混合搜索。 混合搜索解决了混合意图的代码查询:“我们在哪里处理429状态码的重试?” — BM25 锚定429作为精确令牌,向量查找语义相关的重试代码。
MCP 服务器生活在数据库内部,与 REST API 使用相同的端口。无需单独的进程监控或外部工具。
https://weaviate.io/blog/coding-assistant-weaviate-mcp?utm_source=socials&utm_medium=social&utm_campaign=blog&utm_content=blog_announcement_268081752… 您曾经为编码代理部署过最糟糕的上下文窗口故障是什么?#MCP#RAG#向量搜索#开发人员工具
·
1
6
11
5