Content
# README.md
> before debug all example , please create .env file in the root
```
# .env
OPENAI_API_KEY=yours open ai key
DEEPSEEK_API_KEY=yours deepseek key
```
## example
- langgraph_mcp/index.ts: langgraph mcp demo
- langgraph
- plan_execute_agent_custom: custom simple `plan adn execute` agent
- plan_execute_agent_custom_task_limit: custom max replant count `plan adn execute` agent
- plan_execute_agent_default: official `plan adn execute` agent
## mcp example
> ./src/langgrah_mcp
```
step1: pnpm install
step2: npm install -g tsx
step3: tsx --watch ./src/langgrah_mcp/index.ts
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.
mcpmark
MCPMark is a benchmarking suite for agentic models in MCP environments.
mcp-server-wazuh
A Rust server bridging Wazuh SIEM and AI for contextual security data.
ultimate_mcp_server
Ultimate MCP Server is a comprehensive platform for advanced AI agents using...