Skip to main content
Glama
saurabh-sde3

common_mcp

by saurabh-sde3

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_details

  • Returns platform, Node version, architecture, current time, and uptime

  • Optionally returns hostname if includeHostname: true

Setup

npm install

Run

npm start

MCP 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

Install Server
A
license - permissive license
C
quality
D
maintenance

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/saurabh-sde3/common_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server