common_mcp
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., "@common_mcpget basic details including hostname"
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.
common_mcp
Simple MCP service that exposes one tool: get_basic_details.
What it does
Runs as an MCP server over stdio
Provides a single tool:
get_basic_detailsReturns platform, Node version, architecture, current time, and uptime
Optionally returns hostname if
includeHostname: true
Setup
npm installRun
npm startMCP client config
Use node directly so the client can launch the stdio server.
Cursor
Add this under MCP settings (or your MCP config file):
{
"mcpServers": {
"common_mcp": {
"command": "node",
"args": [
"/Users/saurabhverma/Desktop/vibecoding/projects/common_mcp/server.js"
]
}
}
}Claude Desktop
Put this in ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"common_mcp": {
"command": "node",
"args": [
"/Users/saurabhverma/Desktop/vibecoding/projects/common_mcp/server.js"
]
}
}
}Example MCP tool call
Tool name: get_basic_details
Input:
{
"includeHostname": true
}Signature
Saurabh Kumar
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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/saurabh-sde3/common_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server