Back to Home
aakankshagupta18 icon

custom-mcp-server

Verified Safe

by aakankshagupta18

Overview

A learning project demonstrating how to build a Model Context Protocol (MCP) server with basic tools and Google ADK integration.

Installation

Run Command
node dist/index.js

Environment Variables

  • GOOGLE_ADK_ENABLED

Security Notes

The File Operations Tool includes path validation to prevent directory traversal and disallow absolute paths, which is a good security practice. The server communicates via stdio, reducing direct network exposure. However, the `workspaceRoot` for file operations defaults to `process.cwd()`, meaning improper deployment in a sensitive directory could still pose risks. Error messages are not uniformly sanitized across all tools, potentially exposing more detail than intended during failures.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-02

Tags

MCPServerGoogle ADKTypeScriptLearning