MattEland.AI.MCPServer

IntegerMan/MattEland.AI.MCPServer
★ 1 stars C# 🤖 AI/LLM Updated 1y ago
A Model Context Protocol experiment to power my own local LLM efforts
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": {
    "matteland.ai.mcpserv": {
      "command": "npx",
      "args": [
        "-y",
        "IntegerMan/MattEland.AI.MCPServer"
      ]
    }
  }
}