Skip to main content
Coding AgentsPython

sim-xia/skill-cortex-server

An MCP server that enable all IDEs/CLIs to access Claude Code Skills capabilities.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/Sim-xia/skill-cortex-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "skill-cortex-server": {
      "command": "npx",
      "args": [
        "-y",
        "sim-xia/skill-cortex-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
Sim-xia