{"id":44250434,"url":"https://github.com/dave-london/pare","last_synced_at":"2026-04-29T11:01:18.843Z","repository":{"id":337609599,"uuid":"1154349336","full_name":"Dave-London/Pare","owner":"Dave-London","description":"Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.","archived":false,"fork":false,"pushed_at":"2026-04-05T08:49:09.000Z","size":5537,"stargazers_count":109,"open_issues_count":6,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T10:22:31.970Z","etag":null,"topics":["ai-coding","ai-tools","claude","cursor","developer-tools","mcp","mcp-server","model-context-protocol","structured-output","token-efficiency","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dave-London.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY-AUDIT.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Dave-London"}},"created_at":"2026-02-10T09:36:41.000Z","updated_at":"2026-04-05T08:47:41.000Z","dependencies_parsed_at":"2026-02-16T23:02:37.099Z","dependency_job_id":null,"html_url":"https://github.com/Dave-London/Pare","commit_stats":null,"previous_names":["dave-london/pare"],"tags_count":564,"template":false,"template_full_name":null,"purl":"pkg:github/Dave-London/Pare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dave-London%2FPare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dave-London%2FPare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dave-London%2FPare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dave-London%2FPare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dave-London","download_url":"https://codeload.github.com/Dave-London/Pare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dave-London%2FPare/sbom","scorecard":{"id":1243619,"data":{"date":"2026-02-19T10:12:25Z","repo":{"name":"github.com/Dave-London/Pare","commit":"753f611a3a3875fe4ea85f2c16016b85b0c355ab"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":5.3,"checks":[{"name":"Code-Review","score":2,"reason":"Found 6/27 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#packaging"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dependency-update-tool"}},{"name":"Maintained","score":0,"reason":"project was created within the last 90 days. Please review its contents carefully","details":["Warn: Repository was created within the last 90 days."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:15","Info: jobLevel 'contents' permission set to 'read': .github/workflows/sbom.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:12","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: found token with 'none' permissions: .github/workflows/sbom.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:9"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.head_ref ': .github/workflows/ci.yml:21"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  22 out of  22 GitHub-owned GitHubAction dependencies pinned","Info:  12 out of  12 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-2g4f-4pwh-qvx6","Warn: Project is vulnerable to: GHSA-w7fw-mjwx-w883"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#branch-protection"}},{"name":"Contributors","score":0,"reason":"project has 0 contributing companies or organizations -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#contributors"}},{"name":"CI-Tests","score":9,"reason":"27 out of 29 merged PRs checked by a CI test -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#ci-tests"}}]},"last_synced_at":"2026-02-19T11:46:54.109Z","repository_id":337609599,"created_at":"2026-02-19T11:46:54.128Z","updated_at":"2026-02-19T11:46:54.128Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31545909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding","ai-tools","claude","cursor","developer-tools","mcp","mcp-server","model-context-protocol","structured-output","token-efficiency","typescript"],"created_at":"2026-02-10T14:01:27.045Z","updated_at":"2026-04-08T08:02:16.081Z","avatar_url":"https://github.com/Dave-London.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Dave-London"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cimg src=\"assets/logo.png\" alt=\"\" width=\"80\" valign=\"middle\" /\u003e\u0026nbsp;\u0026nbsp;Pare\u003c/h1\u003e\n\n[![CI](https://github.com/Dave-London/Pare/actions/workflows/ci.yml/badge.svg)](https://github.com/Dave-London/Pare/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/Dave-London/Pare/graph/badge.svg)](https://codecov.io/gh/Dave-London/Pare)\n[![npm](https://img.shields.io/npm/v/@paretools/git.svg?label=npm)](https://www.npmjs.com/package/@paretools/git)\n[![Downloads](https://img.shields.io/npm/dm/@paretools/git.svg)](https://www.npmjs.com/package/@paretools/git)\n[![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Dave-London/Pare/blob/main/LICENSE)\n[![Node.js \u003e= 20](https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg)](https://nodejs.org)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Dave-London/Pare/badge)](https://scorecard.dev/viewer/?uri=github.com/Dave-London/Pare)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11962/badge)](https://www.bestpractices.dev/projects/11962)\n\n**Reliable, structured CLI output for AI agents — no more parsing fragile terminal text.**\n\nPare provides [MCP](https://modelcontextprotocol.io) servers that wrap common developer tools (git, npm, docker, test runners, etc.) and return clean, schema-validated JSON instead of raw terminal text. Agents get typed data they can act on directly, without brittle string parsing.\n\n## The Problem\n\nParsing CLI output is fragile. Raw terminal text includes ANSI escape codes, decorative headers, progress bars, locale-specific formatting, and platform differences that break agent workflows in subtle ways. An agent that works fine with `git status` on macOS may fail on Windows because the output format changed. A test runner's summary line might shift between versions, silently breaking a regex.\n\nPare eliminates this entire class of errors by returning schema-validated JSON with consistent field names, regardless of platform, tool version, or locale. As a bonus, structured output is significantly smaller — agents use fewer tokens per tool call:\n\n| Tool Command                              | Raw Tokens | Pare Tokens | Reduction |\n| ----------------------------------------- | ---------: | ----------: | --------: |\n| `docker build` (multi-stage, 11 steps)    |        373 |          20 |   **95%** |\n| `git log --stat` (5 commits, verbose)     |      4,992 |         382 |   **92%** |\n| `npm install` (487 packages, warnings)    |        241 |          41 |   **83%** |\n| `vitest run` (28 tests, all pass)         |        196 |          39 |   **80%** |\n| `cargo build` (2 errors, help text)       |        436 |         138 |   **68%** |\n| `pip install` (9 packages, progress bars) |        288 |         101 |   **65%** |\n| `cargo test` (12 tests, 2 failures)       |        351 |         190 |   **46%** |\n| `npm audit` (4 vulnerabilities)           |        287 |         185 |   **36%** |\n\n\u003e Token estimates use ~4 chars/token. The biggest savings appear on verbose commands (builds, installs, tests). For simpler tools like `eslint` or `tsc`, the main advantage is reliable structured data — agents can use typed JSON directly rather than parsing strings.\n\n## How It Works\n\nEach Pare tool returns two outputs:\n\n- **`content`** — human-readable text, for MCP clients that display it\n- **`structuredContent`** — typed, schema-validated JSON, ready for agents to process\n\nThis uses MCP's `structuredContent` and `outputSchema` features to provide type-safe, validated data that agents can rely on without custom parsing.\n\n## Example: `git status`\n\n**Raw git output (~118 tokens):**\n\n```\nOn branch main\nYour branch is ahead of 'origin/main' by 2 commits.\n  (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n  (use \"git restore --staged \u003cfile\u003e...\" to unstage)\n        modified:   src/index.ts\n        new file:   src/utils.ts\n\nChanges not staged for commit:\n  (use \"git add \u003cfile\u003e...\" to update what will be committed)\n  (use \"git restore \u003cfile\u003e...\" to discard changes in working directory)\n        modified:   README.md\n\nUntracked files:\n  (use \"git add \u003cfile\u003e...\" to include in what will be committed)\n        temp.log\n```\n\n**Pare structured output (~59 tokens):**\n\n```json\n{\n  \"branch\": \"main\",\n  \"upstream\": \"origin/main\",\n  \"ahead\": 2,\n  \"staged\": [\n    { \"file\": \"src/index.ts\", \"status\": \"modified\" },\n    { \"file\": \"src/utils.ts\", \"status\": \"added\" }\n  ],\n  \"modified\": [\"README.md\"],\n  \"deleted\": [],\n  \"untracked\": [\"temp.log\"],\n  \"conflicts\": [],\n  \"clean\": false\n}\n```\n\n50% fewer tokens. Zero information lost. Fully typed. Savings scale with output verbosity — test runners and build logs see 80–92% reduction.\n\n## Available Servers (28 packages, 240 tools)\n\nInstall only the servers relevant to your stack — most projects need just 2–4. The full catalog covers a wide range of ecosystems so Pare works wherever you do.\n\n| Category             | Servers                                                                                                                                                                                                                                                                                                                                                        | Tools | Wraps                                                                      |\n| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----: | -------------------------------------------------------------------------- |\n| Version Control      | [git](./packages/server-git), [github](./packages/server-github)                                                                                                                                                                                                                                                                                               |    55 | git, gh                                                                    |\n| Languages \u0026 Packages | [npm](./packages/server-npm), [python](./packages/server-python), [cargo](./packages/server-cargo), [go](./packages/server-go), [deno](./packages/server-deno), [bun](./packages/server-bun), [nix](./packages/server-nix), [dotnet](./packages/server-dotnet), [ruby](./packages/server-ruby), [swift](./packages/server-swift), [jvm](./packages/server-jvm) |   101 | npm, pip, cargo, go, deno, bun, nix, dotnet, gem, swift, gradle, maven     |\n| Build, Lint \u0026 Test   | [build](./packages/server-build), [lint](./packages/server-lint), [test](./packages/server-test), [cmake](./packages/server-cmake), [bazel](./packages/server-bazel)                                                                                                                                                                                           |    23 | tsc, esbuild, vite, webpack, eslint, prettier, biome, vitest, pytest, jest |\n| Infrastructure       | [docker](./packages/server-docker), [k8s](./packages/server-k8s), [infra](./packages/server-infra), [security](./packages/server-security), [remote](./packages/server-remote)                                                                                                                                                                                 |    40 | docker, kubectl, helm, terraform, ansible, trivy, ssh                      |\n| Utilities            | [search](./packages/server-search), [http](./packages/server-http), [make](./packages/server-make), [process](./packages/server-process), [db](./packages/server-db)                                                                                                                                                                                           |    21 | ripgrep, fd, curl, make, just, psql, mysql, redis, mongosh                 |\n\n\u003e **[Tool Schemas](./docs/tool-schemas/)** — detailed response examples and field descriptions for every tool.\n\u003e See also **[Tool Response Examples](./docs/tool-response-examples.md)** for quick JSON samples.\n\n## Quick Setup\n\n```bash\n# 1. Configure MCP servers (non-interactive)\nnpx @paretools/init --client claude-code --preset web\n\n# 2. Add agent rules to your project\n#    (append to existing CLAUDE.md, or copy if new)\ncat node_modules/@paretools/init/rules/CLAUDE.md \u003e\u003e CLAUDE.md\n\n# 3. Restart your client session\n\n# 4. Validate\nnpx @paretools/init doctor\n```\n\n**Available presets:** `web`, `python`, `rust`, `go`, `jvm`, `dotnet`, `ruby`, `swift`, `mobile`, `devops`, `full`\n\n### Setup Guides by Client\n\n|                                              |                                                  |                                           |\n| -------------------------------------------- | ------------------------------------------------ | ----------------------------------------- |\n| [Claude Code](./docs/setup/claude-code.md)   | [Claude Desktop](./docs/setup/claude-desktop.md) | [Cursor](./docs/setup/cursor.md)          |\n| [VS Code / Copilot](./docs/setup/vscode.md)  | [Windsurf](./docs/setup/windsurf.md)             | [Cline / Roo Code](./docs/setup/cline.md) |\n| [OpenAI Codex](./docs/setup/codex.md)        | [Gemini CLI](./docs/setup/gemini-cli.md)         | [Zed](./docs/setup/zed.md)                |\n| [Continue.dev](./docs/setup/continue-dev.md) |                                                  |                                           |\n\n\u003e **[Full Quickstart Guide](./docs/quickstart.md)** — presets, ecosystem mapping, validation\n\u003e\n\u003e **[Manual Configuration](./docs/manual-configuration.md)** — config paths and formats for all clients\n\u003e\n\u003e **[Agent Integration Guide](./docs/agent-integration.md)** — rule files, hooks, CLI-to-MCP mapping\n\n## Configuration\n\n### Tool Selection\n\nBy default, every Pare server registers all of its tools. If a server exposes tools you don't need — or you want to limit which tools are available to an agent — you can filter them with environment variables.\n\n**Per-server filter** — restrict a single server's tools:\n\n```bash\n# Only register status and log in the git server\nPARE_GIT_TOOLS=status,log npx @paretools/git\n```\n\n**Universal filter** — restrict tools across all servers:\n\n```bash\n# Only register these specific tools across any server\nPARE_TOOLS=git:status,git:log,npm:install npx @paretools/git\n```\n\n**Disable all tools** — set the env var to an empty string:\n\n```bash\nPARE_GIT_TOOLS= npx @paretools/git   # no tools registered\n```\n\n| Env Var               | Scope       | Format            | Example                  |\n| --------------------- | ----------- | ----------------- | ------------------------ |\n| `PARE_TOOLS`          | All servers | `server:tool,...` | `git:status,npm:install` |\n| `PARE_{SERVER}_TOOLS` | One server  | `tool,...`        | `status,log,diff`        |\n\n**Rules:**\n\n- No env var = all tools enabled (default)\n- `PARE_TOOLS` (universal) takes precedence over per-server vars\n- Server names use uppercase with hyphens replaced by underscores (e.g., `PARE_MY_SERVER_TOOLS`)\n- Whitespace around commas is ignored\n\n**Common patterns:**\n\n```bash\n# Read-only git (no push, commit, add, checkout)\nPARE_GIT_TOOLS=status,log,diff,branch,show\n\n# Minimal npm\nPARE_NPM_TOOLS=install,test,run\n\n# Only specific tools across all servers\nPARE_TOOLS=git:status,git:diff,npm:install,test:run\n```\n\nIn JSON MCP config, set via the `env` key:\n\n```json\n{\n  \"mcpServers\": {\n    \"pare-git\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@paretools/git\"],\n      \"env\": {\n        \"PARE_GIT_TOOLS\": \"status,log,diff,show\"\n      }\n    }\n  }\n}\n```\n\n## Troubleshooting\n\n| Issue                               | Solution                                                                                            |\n| ----------------------------------- | --------------------------------------------------------------------------------------------------- |\n| `npx` not found / ENOENT on Windows | Use `cmd /c npx` wrapper (see your [client's setup guide](./docs/setup/))                           |\n| Slow first start                    | Run `npx -y @paretools/git` once to cache, or install globally: `npm i -g @paretools/git`           |\n| Node.js version error               | Pare requires Node.js \u003e= 20                                                                         |\n| NVM/fnm PATH issues                 | Use absolute path to `npx`: e.g., `~/.nvm/versions/node/v22/bin/npx`                                |\n| MCP connection timeout              | Set `MCP_TIMEOUT=30000` for Claude Code, or increase `initTimeout` in client config                 |\n| Too many tools filling context      | Use [tool selection](#tool-selection) env vars to limit tools, or only install the servers you need |\n\n## Contributing\n\nEach server is a self-contained package. See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full guide.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdave-london%2Fpare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdave-london%2Fpare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdave-london%2Fpare/lists"}