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 server you're adding to avoid overlap. See the comments below for the running list of what's already in, so you don't dupe.
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 server you're adding to avoid overlap. See the comments below for the running list of what's already in, so you don't dupe.
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.