Enables containerized deployment of the MCP server, allowing for isolated and consistent execution across different environments.
Implements the MCP server using Node.js, exposing the get_developer_name tool through a standardized interface.
Simple MCP Server
A simple MCP server that exposes a get_developer_name
tool that returns "Neick".
Project Structure
index.js
: Main server implementationpackage.json
: Node.js project configurationDockerfile
: Docker configuration for containerization
Building and Running
Build the Docker Image
Run the Docker Container
Note: The -i
flag is important as it keeps stdin open, which is required for stdio communication.
MCP Server Configuration
To use this MCP server with Claude, you need to add it to the MCP settings file. Here's how to configure it:
For VSCode Extension
Add the following to the MCP settings file located at:
~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
For Claude Desktop App
Add the following to the Claude desktop app configuration file located at:
~/Library/Application Support/Claude/claude_desktop_config.json
Using the Tool
Once the MCP server is configured and running, you can use the get_developer_name
tool with Claude:
The tool will return "Neick" as the developer name.
This server cannot be installed
A minimalist MCP server that provides a single tool to retrieve a developer name, demonstrating the basic structure for Claude's Model Completion Protocol integration.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.Last updated -113JavaScriptMIT License
- -securityFlicense-qualityA starter template for building Model Context Protocol (MCP) servers, enabling developers to create and add custom tools that can be integrated with Claude Desktop.Last updated -TypeScript
- AsecurityAlicenseAqualityA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.Last updated -19TypeScriptMIT License