mcp-go-sample-app

razwankader/mcp-go-sample-app
★ 0 stars Go 🤖 AI/LLM Updated today
This sample application demonstrates MCP client-server communication with AI integration. It's an interactive chat CLI powered by Claude AI for in-memory document management using the Model Context Protocol (MCP).
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": {
    "mcp-go-sample-app": {
      "command": "go",
      "args": [
        "run",
        "github.com/razwankader/mcp-go-sample-app@latest"
      ]
    }
  }
}