Skip to content

muqsith/simple-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple MCP Server

This project is a simple Express server that provides API endpoints with CORS enabled.

Installation

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd simple-mcp-server
    
  3. Install the dependencies:

    npm install
    

Usage

To start the server, run the following command:

node src/index.js

The server will start on http://localhost:3000 by default.

API Endpoints

  • GET /api/v1/ping: Returns success

License

This project is licensed under the ISC License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published