Skip to main content
Glama
Pankhur

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 .

Related MCP server: MCP Example Simple Server

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

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An implementation of the Model Context Protocol (MCP) server that enables multiple clients to connect simultaneously and handles basic context management and messaging with an extendable architecture.
    Last updated
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…

  • MCP (Model Context Protocol) server for Appwrite

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

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