Skip to content

degentics-ai/mcp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP SEE / Express boilerplate

A very simple boilerplate code to expose tools via MCP sse.

Installation

# Clone the repository
git clone <repository-url>
cd repository-name

# Install dependencies
yarn install

Starting the server

# Development mode
yarn dev

# Production mode
yarn build
yarn start

The server will start on port 3000 by default. You can change this by setting the SERVER_PORT environment variable.

License

MIT

About

Very simple boilerplate code to expose tools via MCP sse with express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published