MCP Primer Server

by jefersonprimer

135 downloads
Not rated
GitHub

Description

# MCP Primer Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:jefersonprimer/mcp-primer-server.git cd…

About

# MCP Primer Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:jefersonprimer/mcp-primer-server.git cd mcp-primer-server ``` 2. Install dependencies…

Details

Author
jefersonprimer
Downloads
135
Categories
Other

- TypeScript-based MCP server template.
- Easy setup with npm and Node.js.
- Integrated development mode with hot reload.
- Production build and start commands.
- Cursor IDE configuration example provided.
- MIT licensed.

Clone the repository, install dependencies with npm install, then run in development mode using npm run dev or build and run in production with npm run build then npm start. Add the server to Cursor by editing the mcpServers configuration with the path to the built index.js.

MCP Primer Server

A TypeScript-based server project.

Prerequisites

- Node.js (v18 or higher)
- npm (comes with Node.js)
- Cursor IDE (recommended)

Installation

1. Clone the repository:

git clone git@github.com:jefersonprimer/mcp-primer-server.git
cd mcp-primer-server

2. Install dependencies:

npm install

Running the Project

1. Development mode:

npm run dev

2. Build and run in production mode:

npm run build
npm start

Adding MCP to Cursor

{
  "mcpServers": {    
    "primer-mcp-server": {
      "command": "node",      
      "args": ["path/to/mcp-primer-server/build/index.js"]
    }
  }
}

Project Structure

mcp-primer-server/
├── src/           # Source code
├── build/         # Compiled JavaScript files
├── node_modules/  # Dependencies
├── package.json   # Project configuration and dependencies
└── tsconfig.json  # TypeScript configuration

License

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.