Skip to main content
Glama

fastroute

ローカル MCP プラグイン: agent が新しいタスクを受け取ったとき、ローカルにインストールされているすべての skill(ユーザーレベル/プラグインレベル/プロジェクトレベル)から Top-N レコメンドを検索します。推奨のみで実行はしません。

インデックス方法は SkillRouter(arXiv 2603.22455)に由来します: all-field セグメント化マルチベクトル(name+description の1ベクトル + 本文 ~800 文字ごとのチャンクに各1ベクトル)、クエリは各チャンクに対してコサインを計算し、skill のスコアは max-pool を取ります。

ツール

工具

用途

recommend_skills

タスク開始前に最も関連する skill を検索;score、tier(auto/prompt/skip、参考値)、呼び出し名とパスを返します

reindex_skills

skill のインストール/削除後にインデックスを増分再構築します(mtime diff)。セッションの再起動は不要です

Related MCP server: skills-mcp-server

インストール(Claude Code)

claude mcp add fastroute -- node /absolute/path/to/fastroute/dist/index.js

データとモデル

  • データディレクトリ ~/.fastrouteFASTROUTE_DATA_DIR で上書き): fastroute.dbconfig.jsonmodels/

  • embedding モデル: Xenova/paraphrase-multilingual-MiniLM-L12-v2(q8、約135MB)。ツール初回呼び出し時にオンラインでダウンロードされ、デフォルトは ModelScope ミラー(FASTROUTE_EMBEDDING_HOSThttps://huggingface.co に戻せます)。既に ~/.knowyoubetter/models キャッシュがある場合はそれをそのまま再利用します

  • モデルはハード依存です: オフラインかつキャッシュがない場合、ツールはエラーとダウンロード手順を返します。語彙的なフォールバックはありません

  • config.json で上書き可能: chunkSize(800)、autoThreshold(0.9)、promptThreshold(0.6)、topK(5)、userSkillsDirpluginCacheDirprojectSkillsEnabled

  • chunkSize を変更しても既存のインデックスは自動的に再チャンクされません: ~/.fastroute/fastroute.db を削除してから reindex_skills を呼び出す必要があります

開発

npm install
npm test            # 单测 + 集成(fake embedder,不联网)
npm run test:real   # 真实 embedding 冒烟(首次下载模型)
npm run eval        # distractor 评测:Hit@1/Hit@5/MRR
npm run build
npx @modelcontextprotocol/inspector node dist/index.js
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    FastMCP is a comprehensive MCP server allowing secure and standardized data and functionality exposure to LLM applications, offering resources, tools, and prompt management for efficient LLM interactions.
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.
    20
    ISC

View all related MCP servers

Related MCP Connectors

  • A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

  • Paid remote MCP for agent code search routing MCP, structured receipts, audit logs, and reviewer-rea

  • Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akushonkamen/fastroute'

If you have feedback or need assistance with the MCP directory API, please join our Discord server