Skip to main content
Glama

MCP Server

by stelang

MCP Server

This repository contains an implementation of an MCP (Model Context Protocol) server, developed for educational, experimentation, or personal use.

Features

  • Implements the Model Context Protocol (MCP)
  • Supports multiple clients connecting simultaneously
  • Handles basic context management and messaging
  • Easily extendable architecture for adding new features or custom logic

Getting Started

Prerequisites

  • Python 3.12 or higher
  • Node.js (if applicable)
  • Any other specific language/runtime or dependencies your project requires

Installation

Clone the repository:

git clone https://github.com/stelang/mcp.git cd mcp

Install dependencies (if any):

# For Python projects pip3 install -r requirements.txt # Or list other installation steps as required

Running the Server

To start the MCP server, run:

# For Python projects mcp run server.py --transport=streamable-http # Access mcp server here http://127.0.0.1:8000/mcp ### Running the MCP Inspector To start the MCP inspector, run: ```bash # For Python projects npx @modelcontextprotocol/inspector ## Contributing Contributions are welcome! Please open an issue or submit a pull request with your improvements or bug fixes. ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. ## Acknowledgements - Model Context Protocol documentation (if available) - All contributors and open-source libraries used --- *Built by [stelang](https://github.com/stelang)*
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Features
    1. Getting Started
      1. Prerequisites
      2. Installation
      3. Running the Server
    2. For Python projects
      1. Contributing
      2. License
      3. Acknowledgements

    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
      9
      36
      JavaScript
      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
      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
    • A
      security
      A
      license
      A
      quality
      A dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.
      Last updated -
      5
      65
      TypeScript
      MIT License
      • Apple
      • Linux

    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/stelang/mcp'

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