Skip to content

alicuche/mcp-fetch-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Fetch URL

Description

This project is a Node.js server that provides a service to fetch URLs. It is part of the MCP (Modular Command Platform) system.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/mcp-fetch-url.git
  2. Navigate to the project directory:
    cd mcp-fetch-url
  3. Install the dependencies:
    npm install

Usage

node server.js

This will start the server, and it will be ready to fetch URLs as part of the MCP system.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

{
 "mcpServers": {
    "fetch_url":   {
      "command": "node [directory]/server.js"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published