Skip to content

Conversation

kgprs
Copy link
Contributor

@kgprs kgprs commented Sep 2, 2025

Adds all 71 remote MCP servers currently listed on remote-mcp.com to the registry and ensure transport_type is either streamable-http, stdio or sse.

Basic Requirements

  • MCP Compliant: Implements MCP API specification
  • Active Development: Recent commits and maintained
  • Documentation: Basic README and setup instructions
  • Security Contact: Method for reporting security issues

Submitter Checklist

  • This server meets the basic requirements listed above
  • I understand this will undergo automated and manual review.
  • I have tested the MCP Server using task validate -- --name astro-docs-remote (and for the other 70)
  • I have built the MCP Server using task build -- --tools astro-docs-remote (and for the other 70)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@kgprs kgprs requested a review from a team as a code owner September 2, 2025 17:06
@kgprs kgprs changed the title Add Astro Docs MCP server to registry Add remote MCP server without authentication to registry Sep 3, 2025
@kgprs kgprs changed the title Add remote MCP server without authentication to registry Add remote MCP Servers without authentication to registry Sep 3, 2025
@kgprs kgprs changed the title Add remote MCP Servers without authentication to registry Add remote MCP Servers to registry Sep 4, 2025
@kgprs kgprs requested a review from cmrigney September 4, 2025 06:04
Copy link
Contributor

@ipedrazas ipedrazas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add remote as a tag to help us filter/manage remote servers.

@kgprs
Copy link
Contributor Author

kgprs commented Sep 4, 2025

We should add remote as a tag to help us filter/manage remote servers.

Added the remote tag and changed type: server to type: remote

@kgprs kgprs changed the title Add remote MCP Servers to registry Add remote MCP Servers to registry and add validation check to transport_type Sep 4, 2025
kgprs and others added 8 commits September 4, 2025 11:30
- Renamed 62 servers by removing the -remote suffix
- Kept -remote suffix for 9 servers that have existing local versions:
  atlassian-remote, box-remote, dappier-remote, github-remote,
  neon-remote, notion-remote, sentry-remote, stripe-remote, webflow-remote
- Updated all internal references (name, provider, secrets, env vars)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Added 'dynamic: tools: true' section to all 71 servers
- Enables dynamic tool discovery for remote MCP servers
- Placed after type: remote declaration for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Add Dynamic struct to pkg/servers/types.go
- Add validation to ensure servers with OAuth have dynamic: tools: true
- Update transport_type validation to only accept stdio, sse, or streamable-http

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@kgprs kgprs merged commit 51282d3 into main Sep 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants