MCP Server
@Jaizkibel
About MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-jaizkibel": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server?
MCP Server is 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. It integrates with systems like PostgreSQL databases, Brave Search API, and project build tools (Maven/Gradle), targeting developers using AI assistants such as GitHub Copilot.
How to use MCP Server?
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.
Key features of MCP Server
- 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.
Use cases of MCP Server
- AI assistant executes read-only database queries during code review.
- Copilot searches the web for best practices or documentation.
- AI runs project tests (Gradle/Maven) to verify changes.
- Assistant fetches or posts data to external APIs via HTTP.
FAQ from MCP Server
What runtime does MCP Server require?
Python 3.12+ is required. PostgreSQL is needed for database tools, and a Brave Search API key for web search functionality.
How is MCP Server configured?
A configuration file at ~/.mcp-server/config.yml must specify OS, Brave Search settings, database connection profiles, and a browser command for opening URLs.
Can MCP Server run without a database?
The database configuration is optional. Use the --db-name parameter to activate it; if omitted, database tools are not available.
What transport does MCP Server use?
The server uses stdio transport for secure communication with MCP clients.
Does MCP Server support authentication?
The README does not mention any authentication mechanism beyond the API key stored in the config file.
Frequently asked questions
What runtime does MCP Server require?
Python 3.12+ is required. PostgreSQL is needed for database tools, and a Brave Search API key for web search functionality.
How is MCP Server configured?
A configuration file at `~/.mcp-server/config.yml` must specify OS, Brave Search settings, database connection profiles, and a browser command for opening URLs.
Can MCP Server run without a database?
The database configuration is optional. Use the `--db-name` parameter to activate it; if omitted, database tools are not available.
What transport does MCP Server use?
The server uses stdio transport for secure communication with MCP clients.
Does MCP Server support authentication?
The README does not mention any authentication mechanism beyond the API key stored in the config file.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments