model-context-protocol-resources

cyanheads/model-context-protocol-resources
★ 270 stars Unknown language 🤖 AI/LLM Updated 1mo ago
Exploring the Model Context Protocol (MCP) through practical guides, clients, and servers I've built while learning about this new protocol.
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": {
    "model-context-protoc": {
      "command": "npx",
      "args": [
        "-y",
        "cyanheads/model-context-protocol-resources"
      ]
    }
  }
}

Topics

ai-agentsai-developmentdeveloper-guidesllm-toolsmcpmcp-serversmodel-context-protocolmodel-context-protocol-servers