Skip to main content
Glama

Simple MCP Server

by banique15

Simple MCP Server

A simple MCP server that exposes a get_developer_name tool that returns "Neick".

Project Structure

  • index.js: Main server implementation
  • package.json: Node.js project configuration
  • Dockerfile: Docker configuration for containerization

Building and Running

Build the Docker Image

docker build -t mcp-developer-server .

Run the Docker Container

docker run -i mcp-developer-server

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

{ "mcpServers": { "developer-info": { "command": "docker", "args": ["run", "-i", "mcp-developer-server"], "disabled": false, "alwaysAllow": [] } } }

For Claude Desktop App

Add the following to the Claude desktop app configuration file located at: ~/Library/Application Support/Claude/claude_desktop_config.json

{ "mcpServers": { "developer-info": { "command": "docker", "args": ["run", "-i", "mcp-developer-server"], "disabled": false, "alwaysAllow": [] } } }

Using the Tool

Once the MCP server is configured and running, you can use the get_developer_name tool with Claude:

<use_mcp_tool> <server_name>developer-info</server_name> <tool_name>get_developer_name</tool_name> <arguments> {} </arguments> </use_mcp_tool>

The tool will return "Neick" as the developer name.

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Project Structure
    1. Building and Running
      1. Build the Docker Image
      2. Run the Docker Container
    2. MCP Server Configuration
      1. For VSCode Extension
      2. For Claude Desktop App
    3. Using the Tool

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A 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 -
        48
        4
        TypeScript
        • Apple
      • A
        security
        A
        license
        A
        quality
        A 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 -
        1
        1
        3
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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
        • Apple
      • A
        security
        A
        license
        A
        quality
        A 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 -
        1
        9
        TypeScript
        MIT License
        • Apple
        • Linux

      View all related MCP servers

      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/banique15/MCP-Server'

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