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

Related MCP server: System Info MCP Server

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

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.
    16
    ISC
  • F
    license
    -
    quality
    D
    maintenance
    Provides cross-platform device information including system specs, battery status, storage, and memory details for Windows, macOS, Linux, and Android through a Model Context Protocol server.
  • A
    license
    -
    quality
    -
    maintenance
    Enables AI assistants to automatically identify which machine they're working with by providing hostname detection and system information including CPU, memory, OS version, and architecture.

View all related MCP servers

Related MCP Connectors

  • Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…

  • A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

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