MCP Server Demo

by pedro2s

302 downloads
Not rated
GitHub

Description

# MCP Server Demo Este é um projeto de demonstração para um servidor MCP (Multi-Channel Protocol). Ele serve como exemplo para implementação e testes de funcionalidades relacionadas ao protocolo MCP. ## Funcionalidades - Implementação básica do servidor MCP. - Suporte a…

About

# MCP Server Demo Este é um projeto de demonstração para um servidor MCP (Multi-Channel Protocol). Ele serve como exemplo para implementação e testes de funcionalidades relacionadas ao protocolo MCP. ## Funcionalidades - Implementação básica do servidor MCP. - Suporte a múltiplos canais de comunicação. - Estrutura…

Details

Author
pedro2s
Downloads
302
Categories
Other

- Basic MCP server implementation
- Support for multiple communication channels
- Modular architecture for easy extension
- Written in Python (requires 3.12+)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server Demo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server by cloning the repository and running uv pip install -r project.toml. Start the server with uv run mcp install main.py, then connect to it using a compatible MCP client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server demo": {
            "mcp-server-demo-py": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-r",
                    "project.toml"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-demo-py": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-r",
            "project.toml"
        ]
    }
}

MCP Server Demo

Este é um projeto de demonstração para um servidor MCP (Multi-Channel Protocol). Ele serve como exemplo para implementação e testes de funcionalidades relacionadas ao protocolo MCP.

Funcionalidades

- Implementação básica do servidor MCP.
- Suporte a múltiplos canais de comunicação.
- Estrutura modular para fácil extensão.

Requisitos

- Python 3.12 ou superior
- Dependências listadas no arquivo pyproject.toml

Instalação

1. Clone este repositório:

    git clone https://github.com/pedro2s/mcp-server-demo-py.git

2. Navegue até o diretório do projeto:
    cd mcp-server-demo

3. Instale as dependências:
    uv pip install -r project.toml

Uso

1. Inicie o servidor:

    uv run mcp install main.py

2. Conecte-se ao servidor usando um cliente MCP compatível.

Estrutura do Projeto

- main.py: Arquivo principal para iniciar o servidor.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.