method

VledicFranco/method
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server that enforces cognitive methodologies at runtime
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": {
    "method": {
      "command": "npx",
      "args": [
        "-y",
        "VledicFranco/method"
      ]
    }
  }
}

README Excerpt

Runtime that makes formal methodologies executable by LLM agents. Published under the [`@methodts`](https://www.npmjs.com/org/methodts) npm scope: | Package | Layer | Purpose | |---|---|---| | [`@methodts/types`](packages/types) | L1 | Shared type primitives | | [`@methodts/pacta`](packages/pacta) | L3 | Modular agent SDK — pacts, providers, middleware, composition engine |