Loading MCP server directory, please wait...
Routes AI tasks to dynamic LLM-generated skills via an orbital classifier.
npx @getmcp/cli add io.github.LuuOW/meridian-skillsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.LuuOW/meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "https://ask-meridian.uk/api/orbital-route",
"MERIDIAN_API_KEY": "",
"MERIDIAN_TIMEOUT_MS": "90000"
}
}
}
}