Free trial: 7 days of actual use days you open the app, not calendar days.
macOS 15 or later · one-time purchase, no subscription · licence never expires
Every project leaves something behind: a SKILL.md you tuned for weeks, the review prompt that finally worked, the AGENTS.md rules you wrote once and never found again. Point the AI Developer Library at a project folder and it collects them, Claude, Codex and Cursor conventions included, reading the YAML frontmatter for the title, summary and tags.
Duplicates are matched by content rather than filename, so the same skill copied across five repositories is stored once. Anything that looks like a credential is flagged before it is saved. Search covers titles, tags and full text, and the library keeps working even without a licence: what is inside it is yours.
Model Context Protocol servers are quick to add and hard to audit. Paste a recorded JSON or JSONL transcript and the Inspector validates it against a chosen MCP revision, showing negotiated capabilities, the advertised tools, resources and prompts, and every protocol error with the line that caused it.
The optional live connection is read-only by construction: it initializes the endpoint and lists what the server advertises. It never invokes a tool, never reads a resource, never starts a process. Exported transcripts have likely credentials redacted.
.http file without opening an editorThe REST Client format you already write in VS Code, with ### separators, headers, and @variables with {{placeholder}} substitution, runs here as it is. A ▶ in the gutter sends the request on that line. It closes a loop the app already had half of: cURL to Code has always emitted these files.
The session is ephemeral by design: no cookie jar, no cache, no history. A connection test that quietly replays yesterday's session cookie is a connection test that lies. Unresolved placeholders stay visible in the request rather than being silently dropped, so a request showing {{token}} explains its own 401.
Decoding a production JWT on a website means handing that token to a stranger. CodeSwissKnife runs every transformation on your Mac: no account, no upload, no telemetry, no backend to trust. There is no backend at all. Even the Network tools stay local: they are arithmetic on the addresses you type, and never open a connection.
Requests reach the network only when you ask for one, and there are exactly three ways to ask: the HTTP Client sends the request you wrote when you press Send, the MCP Inspector's Live Connection contacts the address you type into it, and the update check can be switched off. Nothing else leaves this Mac, and no request is kept after you close the app.
48 tools, grouped the way they are in the app. See every screenshot.
Every tool included. No subscription. The licence never expires.
Try it first: 7 days of actual use, all 48 tools unlocked. No card, no account.
CodeSwissKnife 2.0 · macOS 15 or later