More than a skill manager — manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across every AI coding agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"harnesskit": {
"command": "cargo",
"args": [
"run",
"--",
"HarnessKit"
]
}
}
}
Run in terminal:
claude mcp add harnesskit cargo run -- HarnessKit
Add to .cursor/mcp.json:
{
"mcpServers": {
"harnesskit": {
"command": "cargo",
"args": [
"run",
"--",
"HarnessKit"
]
}
}
}