The catalog is a hand-verified list of popular MCP servers that become one-click "Add" buttons in src-tauri/src/catalog.rs. Growing it is one of the easiest, highest-value ways to contribute.
If there's a real, working MCP server you use that isn't in the catalog, add it. The guide is in CONTRIBUTING.md: one http() or cmd() line plus a category, and the tests check it automatically.
Comment with the specific server you're adding to avoid overlap. Before starting, check the current curated() entries in src-tauri/src/catalog.rs; that file is the source of truth for what has already shipped. Older catalog lists in the comments are historical and may be incomplete.
Acceptance
- New entry in
catalog.rs with a category (and a credential hint if it needs a key).
cargo test --manifest-path src-tauri/Cargo.toml catalog passes; the server connects and exposes tools when added.
The catalog is a hand-verified list of popular MCP servers that become one-click "Add" buttons in
src-tauri/src/catalog.rs. Growing it is one of the easiest, highest-value ways to contribute.If there's a real, working MCP server you use that isn't in the catalog, add it. The guide is in CONTRIBUTING.md: one
http()orcmd()line plus a category, and the tests check it automatically.Comment with the specific server you're adding to avoid overlap. Before starting, check the current
curated()entries insrc-tauri/src/catalog.rs; that file is the source of truth for what has already shipped. Older catalog lists in the comments are historical and may be incomplete.Acceptance
catalog.rswith a category (and a credential hint if it needs a key).cargo test --manifest-path src-tauri/Cargo.toml catalogpasses; the server connects and exposes tools when added.