Skip to content

Conversation

Robert-Jia00129
Copy link
Contributor

@Robert-Jia00129 Robert-Jia00129 commented Aug 10, 2025

Description

New server submission.

Server Details

  • Server: 1mcpserver
  • Changes to: Added server

1mcpserver is a MCP server agent of MCP servers. Automatic discover, configure, and add MCP servers on your local machine.

Our MCP server is available at https://mcp.1mcpserver.com/mcp/ or can also be set up locally using STDIO. See more at https://github.com/particlefuture/1mcpserver

Motivation and Context

Right now, most MCP server search are done via github searching or online google search. There has been several MCP wrappers, but most serves as an middleware infrastructure that hosts different MCP at an endpoint. The gathering of which MCP to host is still mostly done by manual search. We provide an automatic pipeline of not only searching but also automatically configuring MCP servers.

How Has This Been Tested?

Tested with Claude and Cursor with both remote endpoint and local stdio for 10 times with web-analyzer example. See quickstart_demo.md in our repo for more details.

Breaking Changes

Update mcp config file with:

    "mcp-server-discovery": {
      "url": "https://mcp.1mcpserver.com/mcp/",
      "headers": {
        "Accept": "text/event-stream",
        "Cache-Control": "no-cache",
        "API_KEY": "value"
      }
    }

⬆️we are using the name mcp-server-discovery here because it works better for LLMs.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@olaservo olaservo added the add-official-server This pull request adds a link to an official integration. label Aug 13, 2025
Copy link
Member

@domdomegg domdomegg left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! I think we'd currently classify this as a community built integration, as this doesn't directly integrate with an existing product that you own. I'll move it there.

@domdomegg
Copy link
Member

Moved to #2564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-official-server This pull request adds a link to an official integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants