PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversvector-databasesOI-Wiki增强工具
返回「vector-databases」

OI-Wiki增强工具

modelscope·@ShwStone/mcp-oi-wiki

vector-databases0下载LocalModelScope

简介

通过利用OI-Wiki内容的向量搜索,增强大型语言模型的竞争编程知识,使模型能够检索相关的算法和技术。

MCP Server 详情

来自 ModelScope 索引

mcp-oi-wiki

Empower large models with the OI-Wiki boost!

Multiplicative Inverse Search Result

How does it work?

We use Deepseek-V3 to generate summaries of the current 462 pages on OI-wiki, embed these summaries as semantic vectors, and establish a vector database.

During queries, the closest vector in the database is found, and the corresponding wiki markdown is returned.

Usage

Ensure you have uv.

First, download this repository:

cd <path of MCP servers> git clone --recurse-submodules https://github.com/ShwStone/mcp-oi-wiki.git

Then, open your MCP configuration file (mcpo or claude):

json { "mcpServers": { "oi-wiki": { "command": "uv", "args": [ "--directory", "<path of MCP servers>/mcp-oi-wiki", "run", "python", "main.py" ] } } }

Update

You can generate your own db/oi-wiki.db.

Place your Silicon flow API key in the api.key file.

Then run:

sh uv run script/request.py

Download the summary results to result.jsonl from the batch inference page.

Finally, run:

sh uv run script/gendb.py

This will generate a new db/oi-wiki.db.

Thanks

  • milvus-io/milvus-lite: A lightweight version of Milvus for the vector database
  • OI-wiki/OI-wiki: :star2: Wiki of OI / ICPC for everyone. (A comprehensive online guide for a popular game, featuring cool arithmetic magic) for OI-wiki
  • qdrant/fastembed: Fast, Accurate, Lightweight Python library to make State of the Art Embedding for CPU-based vector embedding

相关 MCP Servers(来自「vector-databases」)

djm81

暂无描述。

@djm81/chroma_mcp_server

FalkorDB

暂无描述。

@FalkorDB/FalkorDB-MCPServer

aliyun

暂无描述。

@aliyun/alibabacloud-lindorm-mcp-server

MadMando

暂无描述。

@MadMando/mcp-autonomous-analyst

outlook-mcp

暂无描述。

@dongwoosuk/outlook-mcp

my-finance-mcp

暂无描述。

@xinrong-meng/my-finance-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/shwstone-mcp-oi-wiki/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
vector-databases / education-and-learning-tools / rag-systems
运行方式
No
许可证
Unknown
详情文件
shwstone-mcp-oi-wiki.md