Canonical index of KT AI Coding skills, MCP servers, CLI tools, and agent workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"registry": {
"command": "npx",
"args": [
"-y",
"kt-aicoding/registry"
]
}
}
}
Run in terminal:
claude mcp add registry npx -y kt-aicoding/registry
Add to .cursor/mcp.json:
{
"mcpServers": {
"registry": {
"command": "npx",
"args": [
"-y",
"kt-aicoding/registry"
]
}
}
}