sim-xia/skill-cortex-server
An MCP server that enable all IDEs/CLIs to access Claude Code Skills capabilities.
Quick Start
Clone the repository:
git clone https://github.com/Sim-xia/skill-cortex-serverClaude 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.