@skillroute/mcp-server
v0.4.0
Published
SkillRoute MCP stdio server
Maintainers
Readme
SkillRoute MCP Server
Stdio MCP server exposing SkillRoute routing tools to agent clients: skillroute.route, skillroute.search, and skillroute.inspect_skill.
The server bridges to the SkillRoute Python package, so install that first:
pip install skillrouteThen configure your MCP client to run:
npx @skillroute/mcp-serverIn a SkillRoute source checkout the server autodetects the repo and runs against the checkout instead. Environment overrides:
SKILLROUTE_REPO_ROOT— force a specific checkoutSKILLROUTE_PYTHON— interpreter to run-m skillroutewithSKILLROUTE_BRIDGE_TIMEOUT_MS— bridge call timeout (default 30000)
See the main repository for full documentation, including skillroute mcp config --client <client> which generates client configuration for you.
