MCPserver_From_Scratch

cipher-preet/MCPserver_From_Scratch
★ 1 stars Python 🤖 AI/LLM Updated 8mo ago
build a mcp server using langchain and langgraph.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver_from_scrat": {
      "command": "uvx",
      "args": [
        "mcpserver-from-scratch"
      ]
    }
  }
}

Or install with pip: pip install mcpserver-from-scratch