io.github.LuuOW/meridian-skills MCP Server
io.github.LuuOW/meridian-skills
What is the io.github.LuuOW/meridian-skills MCP server?
Routes AI tasks to dynamic LLM-generated skills via an orbital classifier.
How to install io.github.LuuOW/meridian-skills
Copy-paste configuration for popular MCP clients.
MERIDIAN_API_URLOverride the backend router URL.
MERIDIAN_API_KEYsecretOptional bearer token for future rate-limit gating.
MERIDIAN_TIMEOUT_MSAbort the fetch after this many ms.
{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<YOUR_MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<YOUR_MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<YOUR_MERIDIAN_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<YOUR_MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<YOUR_MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<YOUR_MERIDIAN_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"meridian-skills": {
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<YOUR_MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<YOUR_MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<YOUR_MERIDIAN_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"meridian-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meridian-skills-mcp"
],
"env": {
"MERIDIAN_API_URL": "<YOUR_MERIDIAN_API_URL>",
"MERIDIAN_API_KEY": "<YOUR_MERIDIAN_API_KEY>",
"MERIDIAN_TIMEOUT_MS": "<YOUR_MERIDIAN_TIMEOUT_MS>"
}
}
}
}claude mcp add meridian-skills --env MERIDIAN_API_URL=<YOUR_MERIDIAN_API_URL> --env MERIDIAN_API_KEY=<YOUR_MERIDIAN_API_KEY> --env MERIDIAN_TIMEOUT_MS=<YOUR_MERIDIAN_TIMEOUT_MS> -- npx -y meridian-skills-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.