F
licenseC
qualityD
maintenanceA minimal MCP server template with hot reload support that helps developers quickly set up and build Model Context Protocol servers with example tool implementations.
3
-
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type @ followed by the MCP server name and your instructions, e.g., "@lumialex-mcp list available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# Install dependencies
nvm install 22
nvm use 22
npm install -g pnpm pnvm
pnpm install
# Build the project
pnpm build
Related MCP server: Public MCP Server
Aggiungere un nuovo tool:
# Add a new tool
mcp add tool my-toolpnpm dlx @modelcontextprotocol/inspector node --env-file=.env dist/index.jsThis server cannot be deployed
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
MCP server for progressive tool usage at any scale (see https://klavis.ai)