Skip to content

Commit 866b10d

Browse files
Update registry from toolhive-registry release v2025.10.10 (#2144)
Co-authored-by: JAORMX <[email protected]>
1 parent 6206a47 commit 866b10d

File tree

1 file changed

+131
-55
lines changed

1 file changed

+131
-55
lines changed

pkg/registry/data/registry.json

Lines changed: 131 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json",
33
"version": "1.0.0",
4-
"last_updated": "2025-10-09T00:16:54Z",
4+
"last_updated": "2025-10-10T00:17:26Z",
55
"servers": {
66
"adb-mysql-mcp-server": {
77
"description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud",
@@ -2307,53 +2307,77 @@
23072307
"status": "Active",
23082308
"transport": "stdio",
23092309
"tools": [
2310-
"query_contents",
2311-
"query_collections",
2312-
"query_feeds",
2313-
"query_conversations",
2314-
"retrieve_relevant_sources",
2315-
"retrieve_similar_images",
2316-
"visually_describe_image",
2317-
"prompt_llm_conversation",
2318-
"extract_structured_json_from_text",
2319-
"publish_as_audio",
2320-
"publish_as_image",
2321-
"ingest_files",
2322-
"ingest_web_pages",
2323-
"ingest_messages",
2324-
"ingest_posts",
2325-
"ingest_emails",
2326-
"ingest_issues",
2327-
"ingest_text",
2328-
"ingest_memory",
2329-
"web_crawling",
2330-
"web_search",
2331-
"web_mapping",
2332-
"screenshot_page",
2333-
"configure_project",
2334-
"create_collection",
2335-
"add_contents_to_collection",
2336-
"remove_contents_from_collection",
2337-
"delete_collections",
2338-
"delete_feeds",
2339-
"delete_contents",
2340-
"delete_conversations",
2341-
"is_feed_done",
2342-
"is_content_done",
2343-
"list_slack_channels",
2344-
"list_microsoft_teams_teams",
2345-
"list_microsoft_teams_channels",
2346-
"list_sharepoint_libraries",
2347-
"list_sharepoint_folders",
2348-
"list_linear_projects",
2349-
"list_notion_databases",
2350-
"list_notion_pages",
2351-
"list_dropbox_folders",
2352-
"list_box_folders",
2353-
"list_discord_guilds",
2354-
"list_discord_channels",
2355-
"list_google_calendars",
2356-
"list_microsoft_calendars"
2310+
"addContentsToCollection",
2311+
"askGraphlit",
2312+
"configureProject",
2313+
"createCollection",
2314+
"deleteCollection",
2315+
"deleteCollections",
2316+
"deleteContent",
2317+
"deleteContents",
2318+
"deleteConversation",
2319+
"deleteConversations",
2320+
"deleteFeed",
2321+
"deleteFeeds",
2322+
"describeImageContent",
2323+
"describeImageUrl",
2324+
"extractText",
2325+
"ingestBoxFiles",
2326+
"ingestDiscordMessages",
2327+
"ingestDropboxFiles",
2328+
"ingestFile",
2329+
"ingestGitHubFiles",
2330+
"ingestGitHubIssues",
2331+
"ingestGoogleDriveFiles",
2332+
"ingestGoogleEmail",
2333+
"ingestJiraIssues",
2334+
"ingestLinearIssues",
2335+
"ingestMemory",
2336+
"ingestMicrosoftEmail",
2337+
"ingestMicrosoftTeamsMessages",
2338+
"ingestNotionPages",
2339+
"ingestOneDriveFiles",
2340+
"ingestRSS",
2341+
"ingestRedditPosts",
2342+
"ingestSharePointFiles",
2343+
"ingestSlackMessages",
2344+
"ingestText",
2345+
"ingestTwitterPosts",
2346+
"ingestTwitterSearch",
2347+
"ingestUrl",
2348+
"isContentDone",
2349+
"isFeedDone",
2350+
"listBoxFolders",
2351+
"listDiscordChannels",
2352+
"listDiscordGuilds",
2353+
"listDropboxFolders",
2354+
"listGoogleCalendars",
2355+
"listLinearProjects",
2356+
"listMicrosoftCalendars",
2357+
"listNotionDatabases",
2358+
"listNotionPages",
2359+
"listSharePointFolders",
2360+
"listSharePointLibraries",
2361+
"listSlackChannels",
2362+
"promptConversation",
2363+
"publishAudio",
2364+
"publishImage",
2365+
"queryCollections",
2366+
"queryContents",
2367+
"queryConversations",
2368+
"queryFeeds",
2369+
"queryProjectUsage",
2370+
"removeContentsFromCollection",
2371+
"retrieveImages",
2372+
"retrieveSources",
2373+
"screenshotPage",
2374+
"sendEmailNotification",
2375+
"sendSlackNotification",
2376+
"sendTwitterNotification",
2377+
"sendWebHookNotification",
2378+
"webCrawl",
2379+
"webMap",
2380+
"webSearch"
23572381
],
23582382
"metadata": {
23592383
"stars": 358,
@@ -2368,7 +2392,7 @@
23682392
"ingestion",
23692393
"data-connectors"
23702394
],
2371-
"image": "ghcr.io/stacklok/dockyard/npx/graphlit-mcp-server:1.0.20251005001",
2395+
"image": "ghcr.io/stacklok/dockyard/npx/graphlit-mcp-server:1.0.20251007001",
23722396
"permissions": {
23732397
"network": {
23742398
"outbound": {
@@ -5402,6 +5426,58 @@
54025426
},
54035427
"url": "https://mcp.kiwi.com"
54045428
},
5429+
"linear": {
5430+
"description": "Linear's official remote MCP server to manage issues, projects, and comments",
5431+
"tier": "Official",
5432+
"status": "Active",
5433+
"transport": "streamable-http",
5434+
"tools": [
5435+
"list_comments",
5436+
"create_comment",
5437+
"list_cycles",
5438+
"get_document",
5439+
"list_documents",
5440+
"get_issue",
5441+
"list_issues",
5442+
"create_issue",
5443+
"update_issue",
5444+
"list_issue_statuses",
5445+
"get_issue_status",
5446+
"list_issue_labels",
5447+
"create_issue_label",
5448+
"list_projects",
5449+
"get_project",
5450+
"create_project",
5451+
"update_project",
5452+
"list_project_labels",
5453+
"list_teams",
5454+
"get_team",
5455+
"list_users",
5456+
"get_user",
5457+
"search_documentation"
5458+
],
5459+
"metadata": {
5460+
"stars": 0,
5461+
"pulls": 0,
5462+
"last_updated": "2025-10-08T20:03:59Z"
5463+
},
5464+
"tags": [
5465+
"issue-tracking",
5466+
"project-management",
5467+
"linear",
5468+
"remote",
5469+
"task-management",
5470+
"productivity",
5471+
"software-development",
5472+
"bug-tracking",
5473+
"team-collaboration"
5474+
],
5475+
"custom_metadata": {
5476+
"author": "Linear",
5477+
"homepage": "https://linear.app/docs/mcp"
5478+
},
5479+
"url": "https://mcp.linear.app/mcp"
5480+
},
54055481
"mcp-spec": {
54065482
"description": "Official MCP server for the Model Context Protocol specification",
54075483
"tier": "Official",
@@ -5413,7 +5489,7 @@
54135489
"metadata": {
54145490
"stars": 0,
54155491
"pulls": 0,
5416-
"last_updated": "2025-09-11T02:29:32Z"
5492+
"last_updated": "2025-10-09T02:29:14Z"
54175493
},
54185494
"tags": [
54195495
"remote",
@@ -5455,9 +5531,9 @@
54555531
"all_widgets_schema"
54565532
],
54575533
"metadata": {
5458-
"stars": 304,
5534+
"stars": 313,
54595535
"pulls": 0,
5460-
"last_updated": "2025-09-11T02:29:32Z"
5536+
"last_updated": "2025-10-09T02:29:15Z"
54615537
},
54625538
"repository_url": "https://github.com/mondaycom/mcp",
54635539
"tags": [
@@ -5511,7 +5587,7 @@
55115587
"metadata": {
55125588
"stars": 0,
55135589
"pulls": 0,
5514-
"last_updated": "2025-09-11T02:29:32Z"
5590+
"last_updated": "2025-10-09T02:29:15Z"
55155591
},
55165592
"tags": [
55175593
"remote",
@@ -5614,7 +5690,7 @@
56145690
"metadata": {
56155691
"stars": 0,
56165692
"pulls": 0,
5617-
"last_updated": "2025-09-11T02:29:32Z"
5693+
"last_updated": "2025-10-09T02:29:15Z"
56185694
},
56195695
"tags": [
56205696
"remote",
@@ -5668,7 +5744,7 @@
56685744
"metadata": {
56695745
"stars": 0,
56705746
"pulls": 0,
5671-
"last_updated": "2025-09-12T02:26:56Z"
5747+
"last_updated": "2025-10-09T02:29:15Z"
56725748
},
56735749
"tags": [
56745750
"remote",

0 commit comments

Comments
 (0)