bm25-code-search
v1.0.0Fast, low-token BM25 code search engine & MCP server backed by SQLite FTS5 for AI coding agents.
By mcp-server-bm25-code-search authorsLicense: MIT0 GitHub starsUpdated 18 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/toaruR/mcp-server-bm25-code-searchClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/bm25-search/SKILL.md└── mcp.json
Included Skills1
Best practices and guidelines for using the BM25 Code Search MCP tool to explore codebases efficiently with minimal token consumption.
MCP servers1
- command
- python
- args
- ${PLUGIN_ROOT}/bm25_search/mcp_server.py --stdio
- cwd
- ${PLUGIN_ROOT}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bm25-code-search",
"version": "1.0.0",
"description": "Fast, low-token BM25 code search engine & MCP server backed by SQLite FTS5 for AI coding agents.",
"author": {
"name": "mcp-server-bm25-code-search authors"
},
"license": "MIT",
"keywords": [
"mcp",
"mcp-server",
"bm25",
"code-search",
"sqlite",
"fts5",
"claude-code",
"cursor",
"antigravity"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bm25-code-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bm25-code-search)