openviking-mcp
SKILL.md
OpenViking MCP Server
HTTP MCP server that exposes OpenViking RAG capabilities as tools for Claude and other MCP clients.
What It Provides
| Tool | Purpose |
|---|---|
query |
Full RAG pipeline — semantic search + LLM answer generation |
search |
Semantic search only, returns matching documents with scores |
add_resource |
Ingest files, directories, or URLs into the database |
Prerequisites
- Python 3.13+
uvinstalled (curl -LsSf https://astral.sh/uv/install.sh | sh)- OpenAI API key (for LLM and embeddings)