MCP Demo Server
Click on "Install 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., "@MCP Demo Serverlist 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.
MCP Demo
A monorepo for experimenting with the Model Context Protocol (MCP). It contains two apps: an MCP server built with NestJS and an MCP client (placeholder for now).
Project structure
MCP-demo/
├── apps/
│ ├── mcp-server/ # NestJS app — MCP server (skeleton)
│ └── mcp-client/ # MCP client (placeholder)
├── package.json # Root workspace config
└── README.mdRelated MCP server: Public MCP Server
Prerequisites
Node.js 18+ (22 recommended)
npm 9+
Getting started
Install dependencies from the repository root:
npm installScripts
Run these from the repository root:
Script | Description |
| Start the NestJS MCP server |
| Start the server with hot reload |
| Run the MCP client placeholder |
| Build all workspaces |
You can also run scripts inside a single app with the -w flag:
npm run start:dev -w @mcp-demo/mcp-server
npm run build -w @mcp-demo/mcp-clientApps
@mcp-demo/mcp-server
A minimal NestJS application that will host the MCP server. It currently boots an empty AppModule with no routes or MCP integration yet.
Port:
3000(override with thePORTenvironment variable)Source:
apps/mcp-server/src/
@mcp-demo/mcp-client
A placeholder MCP client. It currently prints Hello World and will be implemented in a future iteration.
Source:
apps/mcp-client/src/
Workspaces
This project uses npm workspaces. Dependencies are hoisted to the root node_modules/, and each app under apps/ has its own package.json.
License
ISC
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jlnovais/MCP-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server