This project is a Node.js server that provides a service to fetch URLs. It is part of the MCP (Modular Command Platform) system.
- Clone the repository:
git clone https://github.com/yourusername/mcp-fetch-url.git
- Navigate to the project directory:
cd mcp-fetch-url - Install the dependencies:
npm install
node server.jsThis will start the server, and it will be ready to fetch URLs as part of the MCP system.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
{
"mcpServers": {
"fetch_url": {
"command": "node [directory]/server.js"
}
}
}