Skip to content

Add MCP server localhost_3030 #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add MCP server localhost_3030 #200

wants to merge 1 commit into from

Conversation

dan-kwiat
Copy link
Member

This PR was created automatically by the OpenMCP bot in response to someone submitting an OpenAPI spec on https://www.open-mcp.org/.

It adds support for a new MCP server localhost_3030.

Installing

Once this PR is merged the server will be available as an npm package called @open-mcp/localhost_3030, which you'll be able to add to your MCP client config like this:

{
  "mcpServers": {
    "localhost_3030": {
      "command": "npx",
      "args": ["-y", "@open-mcp/localhost_3030"],
    }
  }
}

In the meantime you can pull this branch to install and build the server manually.

Beta warning

This is an early beta so some things won't work as expected, but we're working fast and confident that most edge cases will be ironed out soon.

@diasrafael
Copy link

@dan-kwiat could you please erase this PR entirely as soon as possible?

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