Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions integrations/catalog-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ import entry67 from "./catalog/mongodb.json" with { type: "json" };
import entry68 from "./catalog/neon.json" with { type: "json" };
import entry69 from "./catalog/obsidian.json" with { type: "json" };
import entry70 from "./catalog/paypal.json" with { type: "json" };
import entry71 from "./catalog/playwright.json" with { type: "json" };
import entry72 from "./catalog/redis.json" with { type: "json" };
import entry73 from "./catalog/resend.json" with { type: "json" };
import entry74 from "./catalog/sequential-thinking.json" with { type: "json" };
import entry75 from "./catalog/superhuman-mail.json" with { type: "json" };
import entry76 from "./catalog/time.json" with { type: "json" };
import entry71 from "./catalog/pilot-protocol.json" with { type: "json" };
import entry72 from "./catalog/playwright.json" with { type: "json" };
import entry73 from "./catalog/redis.json" with { type: "json" };
import entry74 from "./catalog/resend.json" with { type: "json" };
import entry75 from "./catalog/sequential-thinking.json" with { type: "json" };
import entry76 from "./catalog/superhuman-mail.json" with { type: "json" };
import entry77 from "./catalog/time.json" with { type: "json" };

export const INTEGRATION_CATALOG_ENTRIES = [
entry0,
Expand Down Expand Up @@ -158,4 +159,5 @@ export const INTEGRATION_CATALOG_ENTRIES = [
entry74,
entry75,
entry76,
entry77,
];
32 changes: 32 additions & 0 deletions integrations/catalog/pilot-protocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "pilot-protocol",
"name": "Pilot Protocol",
"description": "Discover specialist agents and exchange messages with trusted peers.",
"appUrl": "https://pilotprotocol.network",
"docsUrl": "https://github.com/pilot-protocol/pilot-mcp",
"iconBg": "#111827",
"keywords": [
"agents",
"agent-to-agent",
"peer-to-peer",
"discovery"
],
"connectionOptions": [
{
"id": "local",
"provider": "mcp",
"transport": {
"kind": "stdio",
"serverName": "pilot",
"command": "npx",
"args": [
"-y",
"pilotprotocol-mcp"
]
},
"auth": {
"strategy": "none"
}
}
]
}
Loading