Community

The Fibric community.

Fibric is open at the seams. The operators and connectors that run on it are integrations built on MCP, which means anyone can build one and any operator can run it. This is where the people doing that work talk, share what they've shipped, and help each other ship the next thing.

Build something

Write a connector. Ship it to everyone.

An integration on Fibric is an MCP server with governance baked in. The SDK gives you the shape; the kernel handles the hard parts so you never write them twice.

  1. Define it with the SDK

    defineConnector, tool, and auth are most of what you need. You describe the capability and the tools; the SDK wires it as an MCP server. Every signal becomes one canonical envelope on the way in.

  2. Let governance do its job

    You don't implement safety yourself. The model proposes a validated plan and a deterministic executor disposes. Single-flight per entity and idempotency keys are kernel primitives, so a runaway loop is structurally impossible and trust fails closed.

  3. List it in the marketplace

    Once it's working, publish it. Other operators install it the same way they install anything else, and every action it takes writes an attributable, reversible receipt. Your connector inherits the governance, automatically.

Get started

The best way in is to build something.

Connect a system, set an intent, and watch a governed action run. Then come tell the community what you wired up.