loading…
Search for a command to run...
loading…
Provides system information through a single tool that returns platform details, Node version, architecture, current time, and uptime. Optionally includes hostn
Provides system information through a single tool that returns platform details, Node version, architecture, current time, and uptime. Optionally includes hostname when specified in the request.
Simple MCP service that exposes one tool: get_basic_details.
get_basic_detailsincludeHostname: truenpm install
npm start
Use node directly so the client can launch the stdio server.
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"
]
}
}
}
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"
]
}
}
}
Tool name: get_basic_details
Input:
{
"includeHostname": true
}
Saurabh Kumar
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"common-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.