Skip to main content
Glama
praveenmenon76

Python MCP Server

Python MCP Server

Overview

The Python MCP Server is a modular server application designed to manage and register tools efficiently. It provides a framework for extending functionality through tool registration and retrieval.

Note: This is a dummy change for testing purposes.

Related MCP server: MCP Server Framework

Features

  • Tool registration and management

  • Modular architecture for easy extension

  • Configurable settings for tools

Getting Started

Prerequisites

  • Python 3.7 or higher

  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/python-mcp-server.git
  2. Navigate to the project directory:

    cd python-mcp-server
  3. Install the required dependencies:

    pip install -r requirements.txt

Running the Server

To start the MCP server, run the following command:

python src/app.py

Tool Registration

The server includes functionality for registering tools. You can register a new tool by using the ToolRegistry class found in src/mcp_server/tools/registry.py.

Configuration

Tool settings can be configured in the src/config/tools.yaml file. Modify this file to set default settings or tool metadata.

Testing

To run the tests, execute:

pytest tests/

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

  • F
    license
    A
    quality
    D
    maintenance
    A general-purpose MCP server that provides utility tools for echo, date/time, and file operations within Claude Code and Claude Desktop. It functions as an extensible framework designed to help developers easily build and register custom Python-based tools.
    Last updated
    11
  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server built with FastMCP that features dynamic tool loading and modular management via a dedicated tool directory. It supports both stdio and HTTP transport modes, enabling efficient development and deployment of custom MCP tools.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    A lightweight Node.js-based MCP server that exposes custom tools via HTTP and Server-Sent Events (SSE) for clients like Postman. It allows users to register tools with type-safe validation to establish bidirectional communication with MCP clients.
    Last updated
    1,861
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for the Inistate platform: module discovery, entry management, and activity submission.

  • Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.

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/praveenmenon76/python-mcp-server'

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