Skip to main content
Glama
vdinesh18

MCP Server Distributable

by vdinesh18

mcpserver-distributable

Portable distributable package for MCP server components.

Description

This repository packages the mcpserver module for distribution and provides utility scripts and tests. It includes a minimal example (test.py) and packaging metadata in pyproject.toml.

Related MCP server: MCP Template

Prerequisites

  • Python 3.13+

  • Git

Quickstart

Create and activate a virtual environment, install dependencies, and run tests:

PowerShell:

python -m venv venv
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; .\venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
if (Test-Path requirements.txt) { pip install -r requirements.txt }
python test.py

CMD:

python -m venv venv
venv\Scripts\activate.bat
python -m pip install --upgrade pip
pip install -r requirements.txt
python test.py

Packaging

Build a source / wheel distribution (requires build package):

pip install build
python -m build

Install locally:

pip install .

Usage

  • Run python test.py to execute the included tests and example outputs.

  • The package code lives under src/mcpserver.

CI

CI runs on push/PR via GitHub Actions: CI

Contributing

  1. Fork the repo and create a feature branch.

  2. Run tests locally: python test.py.

  3. Submit a PR targeting main.

License

Specify your license here.

F
license - not found
-
quality - not tested
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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A production-ready Python template for building MCP servers with enterprise features including registry integration, configuration management, structured logging, and extensible patterns for tools, resources, and prompts.
    Last updated
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A minimal, well-structured starter template for building Model Context Protocol (MCP) servers using Python and the FastMCP framework. It includes boilerplate for tools, testing setup, and modern Python packaging to accelerate server development.
    Last updated
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    This repository provides a template for creating MCP servers with Python, including installation instructions and tools for testing with the MCP Inspector.
    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…

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for doc2mcp documentation, generated by doc2mcp.

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/vdinesh18/mcpserver-distributable'

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