Skip to main content
ClaudeWave

worklore MCP connector — remote MCP server exposing worklore stories + skill-xray capability disclosure to any agent

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · worklore-mcp
Claude Code CLI
claude mcp add worklore-mcp -- uvx worklore-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "worklore-mcp": {
      "command": "uvx",
      "args": ["worklore-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/worklore/worklore-mcp and follow its README.
Use cases

MCP Servers overview

# worklore-mcp

An MCP (Model Context Protocol) connector for [worklore.dev](https://worklore.dev) —
it lets any MCP-capable agent (Claude, Cursor, …) search worklore's developer
stories, read one with its **capability disclosure** attached, and x-ray any skill
or story before running it.

- **Endpoint:** `https://worklore.dev/mcp` (Streamable HTTP, JSON-RPC over POST)
- **Auth:** none — the v1 tools are read-only over public data
- **Roadmap / progress:** [Project #1](https://github.com/orgs/worklore/projects/1)
  (a "Relay Board" — the human does the site actions, the agent writes the code)

## What it's for

worklore stories are text your agent *executes*. This connector brings them —
and their capability tier — into your agent, so you can find relevant work and
see what it can touch **before** you run it. Tiers describe reach (blast radius),
not virtue, and this is never a "safe" verdict. See the write-up:
[Stop asking "is this skill safe?" — ask "what can it do?"](https://worklore.dev/s/see-what-a-skill-can-do-before-you-run-it-a-stdlib-capabilit)
and the tool it wraps, [skill-xray](https://github.com/worklore/skill-xray).

Capability tiers: **T0** inert · **T1** local · **T2** network · **T3** elevated
(secrets / persistence / privilege) · **T4** opaque (fetches/runs code at runtime).

## Tools

| Tool | Arguments | Returns |
|------|-----------|---------|
| `check_capability` | `text` or `url` | tier (T0–T4) + `sha256` + findings (`file:line`) + endpoints — capability disclosure, read-only |
| `get_story` | `slug` | the story's full markdown (narrative + "Reproduce this" contract) **with** its capability tier + findings |
| `search_stories` | `query` | matching stories (title/summary/tags/stack), each with its capability string |
| `suggest_for_project` | `context` | up to 3 stories worth reproducing here, with why + tier |

All four are annotated read-only. Every result carries a human capability string
(e.g. `T0 · inert — touches nothing`) so a tier code is never shown bare.

## Add the connector

**In Claude Code:**
```
claude mcp add --transport http worklore https://worklore.dev/mcp
```

**On claude.ai (web):** Settings → Connectors → *Add custom connector* → name
`worklore`, URL `https://worklore.dev/mcp`. (Custom connectors need a paid plan.)

**Any other MCP client:** point it at `https://worklore.dev/mcp` (Streamable
HTTP). No credentials required.

## Example prompts

1. *"Use worklore to check what this skill can do before I install it: `<paste a URL or the skill text>`."*
2. *"Search worklore for stories about Flutter golden tests, and tell me each one's capability tier."*
3. *"Here's my project: a Python AWS-Lambda backend with DynamoDB. Suggest 3 worklore stories worth reproducing here, and read me the top one's Reproduce-this contract."*

## Notes

- The connector is a route on worklore's existing backend Lambda; it reuses the
  vendored [skill-xray](https://github.com/worklore/skill-xray) scanner.
- Origin is validated (native clients send none and are allowed; unknown web
  origins are rejected); HTTPS enforced.
- Write tools (publishing / reporting reproductions) are planned for v2 and will
  use worklore's GitHub public-profile sign-in.

MIT-licensed.

What people ask about worklore-mcp

What is worklore/worklore-mcp?

+

worklore/worklore-mcp is mcp servers for the Claude AI ecosystem. worklore MCP connector — remote MCP server exposing worklore stories + skill-xray capability disclosure to any agent It has 0 GitHub stars and its last recorded update is dated 2026-09-16.

How do I install worklore-mcp?

+

You can install worklore-mcp by cloning the repository (https://github.com/worklore/worklore-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is worklore/worklore-mcp safe to use?

+

Our security agent has analyzed worklore/worklore-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains worklore/worklore-mcp?

+

worklore/worklore-mcp is maintained by worklore. The last recorded GitHub activity is dated 2026-09-16, with 5 open issues.

Are there alternatives to worklore-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy worklore-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: worklore/worklore-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/worklore-worklore-mcp)](https://claudewave.com/repo/worklore-worklore-mcp)
<a href="https://claudewave.com/repo/worklore-worklore-mcp"><img src="https://claudewave.com/api/badge/worklore-worklore-mcp" alt="Featured on ClaudeWave: worklore/worklore-mcp" width="320" height="64" /></a>

More MCP Servers

worklore-mcp alternatives