w7s-mcp

matiasmartin00/w7s-mcp
★ 0 stars Go 🗄️ Database Updated today
`w7s-mcp` is an **MCP server** that acts as an external orchestration engine. The orchestration agent (“Lead”) delegates all control logic to the MCP, maintaining state in SQLite.
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": {
    "w7s-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/matiasmartin00/w7s-mcp@latest"
      ]
    }
  }
}