MCP Server

by Jaizkibel

200 downloads
Not rated
GitHub

Description

# MCP Server A Python implementation of a [Model Context Protocol (MCP)](https://github.com/microsoft/model-context-protocol) server that provides various tools for AI assistants to perform actions in a secure and controlled environment. Be aware that this README is mostly…

About

# MCP Server A Python implementation of a [Model Context Protocol (MCP)](https://github.com/microsoft/model-context-protocol) server that provides various tools for AI assistants to perform actions in a secure and controlled environment. Be aware that this README is mostly written by AI. ## Installation 1. Make sure…

Details

Author
Jaizkibel
Downloads
200
Categories
Other

- Executes read-only SQL queries on a configured PostgreSQL database.
- Performs web searches using the Brave Search API.
- Makes HTTP GET and POST requests to arbitrary URLs.
- Runs Gradle and Maven tests with specified patterns.
- Integrates with VS Code and GitHub Copilot via stdio transport.
- Supports dynamic tool listing based on start arguments.

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
    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 with Python 3.12+ (pip install -e . or uv pip install -e .), configure ~/.mcp-server/config.yml, then run python mcp_server_low.py with optional parameters --project-folder, --db-name, and --build-tool. For VS Code integration, add the server definition to github.copilot.advanced.mcp.servers in settings.json.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp server": {
            "mcp-server-jaizkibel": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-e",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-jaizkibel": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-e",
            "."
        ]
    }
}

MCP Server

A Python implementation of a Model Context Protocol (MCP) server that provides various tools for AI assistants to perform actions in a secure and controlled environment.

Be aware that this README is mostly written by AI.

Installation

1. Make sure you have Python 3.12+ installed
2. Clone this repository
3. Install the dependencies:

pip install -e .

Or use a modern Python package manager like uv:

uv pip install -e .

Configuration

The MCP server requires a configuration file at ~/.mcp-server/config.yml with the following structure:

```yaml

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.