Developer Tools
onlyharness.com
Searches and retrieves details about resources in the SuperSkill registry.
ENDPOINT 1
https://onlyharness.com/mcp
MCP server metadata
- Name
- superskill
- Version
- 0.3.1
Known tools 10
search_harnessesSearch the SuperSkill registry by task, job, title, summary or tag.
Inferred read-onlyharness_detailReturn manifest, trust signals, example and file list for one harness.
Inferred read-onlysearch_resourcesSearch mixed source-aware resources: harnesses, skills, plugins, workflows, MCP servers, configs, guides, runtimes and directories.
Inferred read-onlyresource_detailReturn provenance, trust, popularity and actions for one mixed resource.
Inferred read-onlypull_instructionsReturn CLI and HTTP commands for pulling a harness into a local workspace.
Inferred read-onlypublish_resource_packagePublish an immutable canonical hosted package release.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.superskill]
url = "https://onlyharness.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"superskill": {
"type": "http",
"url": "https://onlyharness.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: superskill
Remote MCP URL: https://onlyharness.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"superskill": {
"url": "https://onlyharness.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"superskill": {
"type": "http",
"url": "https://onlyharness.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "superskill",
"transport": "streamable-http",
"url": "https://onlyharness.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onlyharness.com was fetched 2026-07-29T15:09:18.046Z and is being refreshed.
onlyharness.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.