Instructions file CodexOpenCode
AGENTS.md instructions for ltaysh0/sage-mcp, covering agents.md, structure, where to look, code map and key design decisions.
0 4mo ago A 4,216 tokens
Instructions file CodexOpenCode
AGENTS.md instructions for ltaysh0/sage-mcp, covering agents.md, structure, where to look, code map and key design decisions.
Skill Claude CodeCodex
Hybrid semantic search (dense vectors + BM25) over local markdown/code knowledge bases. Indexes files into Qdrant via LlamaIndex. Exposed as a CLI (sage) and an MCP server (sage-mcp-mcp). Agents inside an MCP-capable host should prefer MCP tools — shared persistent connection, no subprocess overhead, no Qdrant…
MCP server Claude CodeCodexCursor
Hybrid semantic search over local knowledge bases and codebases. Runs locally from the sage-mcp Python package.