mcp-demo

rravenel/mcp-demo
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server demo app
View on GitHub → Try with Claude — $10 free →

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-demo": {
      "command": "uvx",
      "args": [
        "mcp-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-demo

README Excerpt

A focused demonstration of all three MCP (Model Context Protocol) primitives — Tools, Resources, and Prompts — implemented in a post-sale delivery management domain. The domain (accounts → projects → milestones → tasks) mirrors the architecture pattern used by Salesforce ISV agent platforms. This is a deliberate demonstration, not a general-purpose application. Auth, multi-tenancy, pagination, and full CRUD are intentionally absent. Every feature exists to illustrate a specific MCP server patter