
AWS-Sample-Gen-AI-MCP-server
Código de muestra usando Gen-AI (Bedrock) con MCP-Server
1
Github Watches
0
Github Forks
0
Github Stars
move to https://github.com/jikang-jeong/mcp_bedrock_sample
This sample code project is a fork from [https://github.com/aws-samples/Sample-Model-Context-Protocol-Demos]'s repository.
- add postgres db-conn sample
- add web search (wikipedia) sample
✅ Prerequisites
- Python 3.13+
- PostgreSQL (via Docker)
Start PostgreSQL with Docker Compose
docker-compose -f docker-compose/docker-compose.yml up -d
Initialize the Database
- SQL initialization script: /init/init.sql
(Includes both DDL and DML)
⚡ Quick Start
- Set up a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r init/requirements.txt
- Run
python3 main.py
🐘 PostgreSQL Driver Issue (psycopg)
만약, 아래 오류가 출력된다면
ImportError: no pq wrapper available.
Attempts made:
- couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
- couldn't import psycopg 'binary' implementation: No module named 'psycopg_binary'
- couldn't import psycopg 'python' implementation: libpq library not found
아래 PostgreSQL client libraries 설치하십시오. 또는 postgres 모듈을 변경 사용해도 됩니다.
macOS:
brew install libpq
brew link --force libpq
Ubuntu:
sudo apt-get install libpq-dev
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Espejo dehttps: //github.com/agentience/practices_mcp_server
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Reviews

user_U23oMNvf
As a loyal user of the aws-sample-gen-ai-mcp-server, I am truly impressed by its robust performance and seamless integration capabilities. Provided by jikang-jeong, this server is a crucial asset for any project requiring advanced AI functions. The clarity in the documentation and ease of setup make it a must-have tool for developers. Highly recommend checking it out at https://github.com/jikang-jeong/aws-sample-gen-ai-mcp-server.