Skip to main content
Glama

Public MCP Server

by Pankhur

Public MCP Server

A Model Context Protocol (MCP) server implementation.

Installation

The easiest way to install and run this MCP server is using uvx:

{ "public-mcp": { "command": "uvx", "args": [ "--from", "git+https://github.com/Pankhur/public-mcp.git", "mcp-server" ] } }

You can add this configuration to your project or Claude Desktop config to use this MCP server.

Manual Installation

  1. Clone the repository
    git clone https://github.com/Pankhur/public-mcp.git cd public-mcp
  2. Install dependencies
    pip install -e .
    Alternatively, you can install dependencies using uv:
    pip install uv uv pip install -e .

Usage

After installation, you can run the server with:

python -m mcpserver

Development

To contribute to this project:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request
-
security - not tested
F
license - not found
-
quality - not tested

A basic Model Context Protocol (MCP) server implementation that provides a foundation for MCP server development. The README doesn't specify particular functionality, suggesting it may be a template or starting point for building custom MCP servers.

  1. Installation
    1. Using uvx (Recommended)
    2. Manual Installation
  2. Usage
    1. Development

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
        Last updated -
        3
        25
        61
        Apache 2.0
      • -
        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
        4
        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 -
        3
        3
        MIT License
      • A
        security
        F
        license
        A
        quality
        A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
        Last updated -
        8
        211
        3

      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/Pankhur/public-mcp'

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