★ 137 stars
Rust
🤖 AI/LLM
Updated today
More than a skill manager — manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across every AI coding agent.
View on GitHub →
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"
]
}
}
}
Topics
ai-coding-agentsclaude-codecli-toolscodexcursordeveloper-toolsgemini-cliskill-manager