mcp
Build MCP servers and LangGraph agents on AWS
All Skills in This Repository (5)
Pure Emerald Level IndicatorsExtract text, tables, and images from PDF documents using Python libraries.
skill-creator
Scaffold SKILL.md files and package skills into .skill archives.
tavily-search
Automate web searches via Tavily API to return AI-synthesized cited results.
search-weather
Fetch real-time weather data for global cities via OpenWeatherMap API.
book-search
Search Kyobo Book Centre's catalog by keyword, title, author, or topic.
Frequently Asked Questions
FAQPage SchemaHow to install kyopark2014 mcp?โผ
Run `npx skills add kyopark2014/mcp --all -g -y` in your terminal to install all skills in this repository globally.
How to connect LangGraph agents to MCP servers?โผ
This repository shows how to use the LangChain MCP adapter to load MCP server tools and bind them to a LangGraph ReAct agent with a few lines of Python.
How to build RAG with Amazon Bedrock Knowledge Base?โผ
It includes a complete MCP server example that calls the Bedrock retrieve API, so your agent can search documents without handling chunking or indexing yourself.
Does this work with Claude Desktop and Cursor?โผ
Yes. The MCP servers follow the standard protocol over stdio or HTTP, so they connect directly to Claude Desktop, Cursor, and custom agent applications.
Can I deploy MCP servers on AWS?โผ
Yes. The runtime folder provides Dockerfiles, IAM policy scripts, and ECR push scripts to deploy MCP servers on AWS with bearer token authentication.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core