Skip to main content
Glama

Deployable MCP Server

Installation Steps for Deployable MCP Server

To install and run the Deployable MCP Server, use the following command:

uvx --from https://github.com/parameshwaran1/mcpserverexample.git mcp-server

Or, in JSON configuration format:

"Deployable MCP Server": { "command": "uvx", "args": [ "--from", "https://github.com/parameshwaran1/mcpserverexample.git", "mcp-server" ] }

Usage

After installation, you can start the MCP server using the command:

uvx --from https://github.com/parameshwaran1/mcpserverexample.git mcp-server

This will launch the Deployable MCP Server, making its tools available for use.

Features

  • Simple addition tool: Adds two integers and returns the result.
  • Easily extendable: Add more tools by defining new functions with docstrings.

Requirements

  • Python 3.8+
  • uv and uvx installed. You can install them with:
    pip install uv pip install uvx

Contributing

Feel free to fork the repository and submit pull requests for new features or bug fixes.

License

This project is licensed under the MIT License.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A simple and extendable MCP server that currently provides basic addition functionality and can be easily extended by defining new tools with docstrings.

  1. Usage
    1. Features
      1. Requirements
        1. Contributing
          1. License

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
              Last updated -
              4
              3
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
              Last updated -
              13
              2
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.
              Last updated -
              Python
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that allows users to create custom tools on the fly by stitching together actions from multiple MCP tools into reusable routines.
              Last updated -
              145
              1
              TypeScript

            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/parameshwaran1/mcpserverexample'

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