MCP Demo
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 Demoshow me the current configuration settings"
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 simple MCP (Model Context Protocol) server with a web-based configuration interface.
Features
MCP server with 5 tools:
greet,echo,get_config,update_config,list_itemsWeb-based config UI at
http://localhost:3001Persistent configuration storage
Quick Start
# Install dependencies
npm install
# Start the web config server
npm run start:config
# In another terminal, start the MCP server (for testing)
npm run startConfiguration
Open http://localhost:3001 in your browser to configure:
Enable MCP Server: Toggle MCP functionality
Greeting Message: Customize the greet message (use
{name}placeholder)Max Results: Limit list_items output
MCP Tools
Tool | Description |
| Get a personalized greeting |
| Echo back input text |
| View current configuration |
| Update configuration via MCP |
| List demo items |
Usage with OpenClaw
Add to your config:
{
"mcpServers": {
"mcp-demo": {
"command": "node",
"args": ["/path/to/mcp-demo/src/index.js"]
}
}
}License
MIT
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/tanteng/mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server