mcp-server-authoring

shami-rai/mcp-server-authoring
★ 0 stars JavaScript Browser/Web Updated 3d ago
Building a Model Context Protocol server so an agent can use your own data and actions as first-class tools rather than pasted context.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-authoring": {
      "command": "npx",
      "args": [
        "-y",
        "shami-rai/mcp-server-authoring"
      ]
    }
  }
}

README Excerpt

The three fleet tools from [loop-engineering](https://github.com/shami-rai/loop-engineering) (count, rank by one stored field, fetch one device, over a synthetic fleet of 400 connected medical devices) moved out of the agent's process and into a Model Context Protocol server, so the same agent, task and model can be run with the tools handed over directly or reached over a protocol

Tools (2)

directmcp