Loading MCP server directory, please wait...
An MCP server that mounts your skill directory and add deterministic entry for deployment
npx @getmcp/cli add io.github.jcc-ne/mcp-skill-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jcc-ne/mcp-skill-server": {
"command": "uvx",
"args": [
"mcp-skill-server"
]
}
}
}