Setup Pare with Continue.dev
April 5, 2026 ยท View on GitHub
Manual Configuration
Config file: {project}/.continue/mcpServers/pare.yaml
name: Pare Tools
version: 0.0.1
schema: v1
mcpServers:
- name: pare-git
type: stdio
command: npx
args: ["-y", "@paretools/git"]
- name: pare-test
type: stdio
command: npx
args: ["-y", "@paretools/test"]
Add more servers as needed โ each follows the same pattern with @paretools/<server-name>.
Verify
Restart your editor after saving the config. Use npx @paretools/init doctor to confirm servers are reachable.