fastroute
fastroute
Plugin MCP local: cuando el agente recibe una nueva tarea, busca las Top-N recomendaciones entre todas las skills instaladas localmente (nivel de usuario/plugin/proyecto). Solo recomienda, no ejecuta.
El método de indexación proviene de SkillRouter (arXiv 2603.22455): multi-vector segmentado all-field (name+description como un vector + cada fragmento de ~800 caracteres del cuerpo como un vector); la consulta calcula la similitud coseno para cada fragmento y la puntuación de la skill se obtiene con max-pool.
Herramientas
Herramienta | Uso |
| Recupera las skills más relevantes antes de comenzar la tarea; devuelve score, tier (auto/prompt/skip, valor de referencia), nombre de invocación y ruta. |
| Reconstruye el índice de forma incremental después de instalar/eliminar skills (mtime diff), sin necesidad de reiniciar la sesión. |
Related MCP server: skills-mcp-server
Instalación (Claude Code)
claude mcp add fastroute -- node /absolute/path/to/fastroute/dist/index.jsDatos y modelos
Directorio de datos
~/.fastroute(se puede sobrescribir conFASTROUTE_DATA_DIR):fastroute.db,config.json,models/Modelo de embedding:
Xenova/paraphrase-multilingual-MiniLM-L12-v2(q8, ~135 MB), se descarga de Internet la primera vez que se invoca la herramienta, por defecto desde el espejo ModelScope (FASTROUTE_EMBEDDING_HOSTpuede volver a apuntar ahttps://huggingface.co); si ya existe la caché de~/.knowyoubetter/models, se reutiliza directamente.El modelo es una dependencia estricta: si no hay conexión ni caché, la herramienta devuelve un error y una guía de descarga; no hay respaldo léxico.
config.json se puede sobrescribir:
chunkSize(800),autoThreshold(0.9),promptThreshold(0.6),topK(5),userSkillsDir,pluginCacheDir,projectSkillsEnabledAl modificar
chunkSize, los índices existentes no se vuelven a segmentar automáticamente: hay que eliminar~/.fastroute/fastroute.dby luego llamar areindex_skills.
Desarrollo
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.jsThis server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceFastMCP 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.3MIT
- Alicense-qualityDmaintenanceA 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.20ISC
- AlicenseAqualityDmaintenanceA FastMCP server that helps users discover, browse, and install agent skills from curated GitHub collections, with support for adding new skill sources.51MIT
- Flicense-qualityBmaintenanceA hierarchical MCP server for managing skill definitions with a browsable tree structure and full-text search. It allows AI agents to efficiently discover and use skills without consuming context tokens.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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