mcpfusion

vinkius-labs/mcpfusion
★ 251 stars TypeScript 🤖 AI/LLM Updated 1d ago
TypeScript framework for building production MCP servers. Fluent tool API, FSM gating, presenters, semantic routing, cache hints, Zod validation. Model-View-Agent architecture for the Model Context 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": {
    "mcpfusion": {
      "command": "npx",
      "args": [
        "-y",
        "vinkius-labs/mcpfusion"
      ]
    }
  }
}

README Excerpt

**The TypeScript framework for secure MCP servers.** MCP Fusion is a TypeScript framework that enforces security at the architectural level of every MCP server. Raw data never reaches the LLM without passing through a typed egress firewall. Tools are physically removed from the agent's namespace when the workflow state forbids them. Every behavioral surface is hashed, locked, and auditable in version control.

Tools (4)

Invoiceadmittedapproveddischarged

Topics

ai-agentclaude-desktopfsmfunction-callingllm-toolsmcpmcp-frameworkmcp-servermodel-context-protocolnpxserver-frameworkstdiotool-usetypescriptzod