Skip to content

Commit 951ab15

Browse files
committed
Registered multiple remote MCP servers
1 parent cf6b1d6 commit 951ab15

File tree

8 files changed

+419
-0
lines changed

8 files changed

+419
-0
lines changed

registry/github-remote/spec.yaml

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
url: https://api.githubcopilot.com/mcp
2+
description: GitHub's official MCP server providing comprehensive access to GitHub repositories, issues, pull requests, actions, security features, and more through OAuth authentication
3+
transport: streamable-http
4+
repository_url: https://github.com/github/github-mcp-server
5+
homepage: https://github.com
6+
license: MIT
7+
author: GitHub
8+
tier: Official
9+
status: Active
10+
tags:
11+
- remote
12+
- github
13+
- git
14+
- version-control
15+
- repositories
16+
- issues
17+
- pull-requests
18+
- actions
19+
- copilot
20+
tools:
21+
# Review and comment operations
22+
- add_comment_to_pending_review
23+
- add_issue_comment
24+
- add_sub_issue
25+
- assign_copilot_to_issue
26+
- cancel_workflow_run
27+
- create_and_submit_pull_request_review
28+
- create_branch
29+
- create_gist
30+
- create_issue
31+
- create_or_update_file
32+
- create_pending_pull_request_review
33+
- create_pull_request
34+
- create_pull_request_with_copilot
35+
- create_repository
36+
- delete_file
37+
- delete_pending_pull_request_review
38+
- delete_workflow_run_logs
39+
- dismiss_notification
40+
- download_workflow_run_artifact
41+
- fork_repository
42+
- get_code_scanning_alert
43+
- get_commit
44+
- get_dependabot_alert
45+
- get_discussion
46+
- get_discussion_comments
47+
- get_file_contents
48+
- get_global_security_advisory
49+
- get_issue
50+
- get_issue_comments
51+
- get_job_logs
52+
- get_latest_release
53+
- get_me
54+
- get_notification_details
55+
- get_pull_request
56+
- get_pull_request_comments
57+
- get_pull_request_diff
58+
- get_pull_request_files
59+
- get_pull_request_reviews
60+
- get_pull_request_status
61+
- get_release_by_tag
62+
- get_secret_scanning_alert
63+
- get_tag
64+
- get_team_members
65+
- get_teams
66+
- get_workflow_run
67+
- get_workflow_run_logs
68+
- get_workflow_run_usage
69+
- list_branches
70+
- list_code_scanning_alerts
71+
- list_commits
72+
- list_dependabot_alerts
73+
- list_discussion_categories
74+
- list_discussions
75+
- list_gists
76+
- list_global_security_advisories
77+
- list_issue_types
78+
- list_issues
79+
- list_notifications
80+
- list_org_repository_security_advisories
81+
- list_pull_requests
82+
- list_releases
83+
- list_repository_security_advisories
84+
- list_secret_scanning_alerts
85+
- list_sub_issues
86+
- list_tags
87+
- list_workflow_jobs
88+
- list_workflow_run_artifacts
89+
- list_workflow_runs
90+
- list_workflows
91+
- manage_notification_subscription
92+
- manage_repository_notification_subscription
93+
- mark_all_notifications_read
94+
- merge_pull_request
95+
- push_files
96+
- remove_sub_issue
97+
- reprioritize_sub_issue
98+
- request_copilot_review
99+
- rerun_failed_jobs
100+
- rerun_workflow_run
101+
- run_workflow
102+
- search_code
103+
- search_issues
104+
- search_orgs
105+
- search_pull_requests
106+
- search_repositories
107+
- search_users
108+
- submit_pending_pull_request_review
109+
- update_gist
110+
- update_issue
111+
- update_pull_request
112+
- update_pull_request_branch
113+
oauth:
114+
authorize_url: https://github.com/login/oauth/authorize
115+
token_url: https://github.com/login/oauth/access_token
116+
scopes:
117+
- repo
118+
- user:email

registry/huggingface/spec.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
url: https://huggingface.co/mcp
2+
description: Official Hugging Face MCP server providing access to models, datasets, research papers, documentation, and image generation through the Hugging Face platform with authentication and search capabilities
3+
transport: streamable-http
4+
homepage: https://huggingface.co/mcp
5+
author: Hugging Face
6+
tier: Official
7+
status: Active
8+
tags:
9+
- remote
10+
- ai
11+
- huggingface
12+
- models
13+
- datasets
14+
- research-papers
15+
- documentation
16+
- image-generation
17+
- authentication
18+
tools:
19+
# User and authentication
20+
- hf_whoami
21+
22+
# Space operations
23+
- space_search
24+
25+
# Model operations
26+
- model_search
27+
- model_details
28+
29+
# Research papers
30+
- paper_search
31+
32+
# Dataset operations
33+
- dataset_search
34+
- dataset_details
35+
36+
# Documentation
37+
- hf_doc_search
38+
- hf_doc_fetch
39+
40+
# Image generation
41+
- gr1_flux1_schnell_infer

registry/mcp-spec/spec.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
url: https://modelcontextprotocol.io/mcp
2+
description: Official MCP server for the Model Context Protocol specification, enabling users to ask questions and get information about the MCP protocol itself
3+
transport: streamable-http
4+
homepage: https://modelcontextprotocol.io
5+
author: Model Context Protocol
6+
tier: Official
7+
status: Active
8+
tags:
9+
- remote
10+
- mcp
11+
- specification
12+
- protocol
13+
- documentation
14+
- official
15+
tools:
16+
- SearchModelContextProtocol

registry/notion-remote/spec.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
url: https://mcp.notion.com/mcp
2+
description: Notion's official remote MCP server providing access to Notion workspaces, pages, databases, and comments through natural language commands with live context from user's workspace
3+
transport: streamable-http
4+
homepage: https://developers.notion.com/docs/get-started-with-mcp
5+
author: Notion
6+
tier: Official
7+
status: Active
8+
tags:
9+
- remote
10+
- notion
11+
- workspace
12+
- pages
13+
- databases
14+
- comments
15+
- oauth
16+
- productivity
17+
- collaboration
18+
tools:
19+
# Search and content retrieval
20+
- search
21+
- fetch
22+
23+
# Page operations
24+
- create-pages
25+
- update-page
26+
- move-pages
27+
- duplicate-page
28+
29+
# Database operations
30+
- create-database
31+
- update-database
32+
33+
# Comment operations
34+
- create-comment
35+
- get-comments
36+
37+
# User operations
38+
- get-users
39+
- get-user
40+
- get-self

registry/paypal/spec.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
url: https://mcp.paypal.com/mcp
2+
description: Enables integration with PayPal's MCP server for payment processing, invoice creation, and business operations using natural language
3+
transport: streamable-http
4+
homepage: https://www.paypal.ai/docs/tools/mcp-quickstart
5+
author: PayPal
6+
tier: Official
7+
status: Active
8+
tags:
9+
- remote
10+
- payments
11+
- ecommerce
12+
- financial
13+
- paypal
14+
- transactions
15+
- invoices
16+
tools:
17+
# Catalog management
18+
- create_product
19+
- list_product
20+
- show_product_details
21+
22+
# Dispute management
23+
- list_disputes
24+
- get_dispute
25+
- accept_dispute_claim
26+
27+
# Invoices
28+
- create_invoice
29+
- list_invoices
30+
- get_invoice
31+
- send_invoice
32+
- send_invoice_reminder
33+
- cancel_sent_invoice
34+
- generate_invoice_qr_code
35+
36+
# Payments
37+
- create_order
38+
- create_refund
39+
- get_order
40+
- get_refund
41+
- pay_order
42+
43+
# Reporting and insights
44+
- list_transaction
45+
46+
# Shipment tracking
47+
- create_shipment_tracking
48+
- get_shipment_tracking
49+
50+
# Subscription management
51+
- cancel_subscription
52+
- create_subscription
53+
- create_subscription_plan
54+
- list_subscription_plans
55+
- show_subscription_details
56+
- show_subscription_plan_details
57+
- update_subscription
58+
59+
# Additional commerce tools (with feature flag)
60+
- search_product
61+
- create_cart
62+
- checkout_cart

registry/replicate/spec.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
url: https://mcp.replicate.com/sse
2+
description: Replicate's official MCP server providing access to thousands of AI models and ML workflows through natural language commands, supporting model search, comparison, metadata fetching, and predictions
3+
transport: sse
4+
homepage: https://replicate.com/docs/reference/mcp
5+
author: Replicate
6+
tier: Official
7+
status: Active
8+
tags:
9+
- remote
10+
- ai
11+
- replicate
12+
- model-hosting
13+
- ml-workflows
14+
- inference
15+
- predictions
16+
tools:
17+
- list_collections
18+
- get_collections
19+
- create_deployments
20+
- update_deployments
21+
- list_deployments
22+
- get_deployments
23+
- create_deployments_predictions
24+
- list_hardware
25+
- get_account
26+
- create_models
27+
- list_models
28+
- get_models
29+
- search_models
30+
- list_models_examples
31+
- create_models_predictions
32+
- get_models_readme
33+
- list_models_versions
34+
- get_models_versions
35+
- create_predictions
36+
- list_predictions
37+
- cancel_predictions
38+
- get_predictions
39+
- create_trainings
40+
- list_trainings
41+
- cancel_trainings
42+
- get_trainings
43+
- get_default_webhooks_secret

registry/semgrep-remote/spec.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
url: https://mcp.semgrep.ai
2+
description: Official Semgrep MCP server providing comprehensive code security scanning, vulnerability detection, and static analysis capabilities through the Semgrep platform
3+
transport: streamable-http
4+
repository_url: https://github.com/semgrep/mcp
5+
homepage: https://mcp.semgrep.ai
6+
license: MIT
7+
author: Semgrep
8+
tier: Official
9+
status: Active
10+
tags:
11+
- remote
12+
- security
13+
- semgrep
14+
- static-analysis
15+
- vulnerability-detection
16+
- code-scanning
17+
- security-audit
18+
tools:
19+
# Rule schema and language support
20+
- semgrep_rule_schema
21+
- get_supported_languages
22+
23+
# Findings and results
24+
- semgrep_findings
25+
26+
# Scanning operations
27+
- semgrep_scan_with_custom_rule
28+
- semgrep_scan
29+
- semgrep_scan_rpc
30+
- semgrep_scan_local
31+
32+
# Security and analysis
33+
- security_check
34+
- get_abstract_syntax_tree

0 commit comments

Comments
 (0)